DEV Community

Michael Lip
Michael Lip

Posted on • Originally published at zovo.one

APA Citations: The Rules That Trip Up Even Experienced Academics

I spent two hours on a research paper in grad school formatting citations. Not finding sources. Not writing. Just formatting. Moving a period inside a parenthesis. Adding "et al." in the right place. Checking whether a DOI should be a bare URL or a hyperlink. Wondering whether to capitalize the word after a colon in a title.

APA citation formatting is a deceptively complex system with hundreds of specific rules, and getting them wrong can cost you points on papers, credibility in publications, and hours of revision time. Let me walk through the rules that cause the most confusion and the logic behind them.

What APA 7th edition actually specifies

The APA Publication Manual (7th edition, published 2019) is a 428-page book covering everything from writing style to ethics to... citations. The citation rules alone span dozens of pages covering 114 reference examples. The system is designed for consistency across scientific literature, not for ease of use.

The fundamental structure of an APA reference entry is:

Author, A. A., & Author, B. B. (Year). Title of work. Source. DOI or URL
Enter fullscreen mode Exit fullscreen mode

Four elements: Who, When, What, Where. Simple in concept, complex in execution because each element has specific formatting rules that vary by source type.

The rules that cause the most errors

Author formatting. Last name first, followed by initials. Up to 20 authors are listed. For 21 or more, list the first 19, then an ellipsis, then the final author. No "et al." in the reference list (that's only for in-text citations).

One author:      Smith, J. K.
Two authors:     Smith, J. K., & Jones, L. M.
Three authors:   Smith, J. K., Jones, L. M., & Brown, A. R.
21+ authors:     Smith, J. K., Jones, L. M., ... [first 19], ... Park, S. T.
Enter fullscreen mode Exit fullscreen mode

For in-text citations, the rules differ. One or two authors: always cite both names. Three or more: use "et al." from the first citation. This changed in APA 7th edition -- APA 6th used "et al." only after the first citation for 3-5 authors and always for 6+.

Title capitalization. In the reference list, use sentence case for article and book titles (only capitalize the first word, proper nouns, and the first word after a colon). In the text of your paper, use title case when referring to a specific work. This inconsistency trips people up constantly.

Reference list:  The effect of sleep deprivation on cognitive performance: A meta-analysis
In-text:         In The Effect of Sleep Deprivation on Cognitive Performance: A Meta-Analysis, Smith (2023) found...
Enter fullscreen mode Exit fullscreen mode

Italics. Italicize titles of standalone works (books, journals, reports). Don't italicize titles of works that are part of a larger whole (articles, chapters). Italicize the journal name AND volume number, but not the issue number.

Journal article: Smith, J. K. (2023). Article title. Journal Name, 45(2), 112-128.
                                       ^^^^^^^^^^^^  ^^
                                       Italic        Italic (volume), not italic (issue)
Enter fullscreen mode Exit fullscreen mode

DOIs and URLs. Include the DOI as a hyperlink (https://doi.org/10.xxxx) for any source that has one. No period after the DOI. For sources without a DOI but retrieved online, include the URL. Don't include a "Retrieved from" phrase unless the content is likely to change (like a social media post or webpage without a date).

The in-text citation system

APA uses author-date in-text citations, which come in two forms:

Parenthetical: The information appears in parentheses at the end of the sentence.

Sleep deprivation impairs working memory (Smith & Jones, 2023).
Enter fullscreen mode Exit fullscreen mode

Narrative: The author names are part of the sentence, with only the year in parentheses.

Smith and Jones (2023) demonstrated that sleep deprivation impairs working memory.
Enter fullscreen mode Exit fullscreen mode

Note the difference: in parenthetical citations, use "&" between authors. In narrative citations, use "and." This is a small rule that a surprising number of people get wrong.

For direct quotes, include the page number:

Parenthetical: "The effect was significant" (Smith & Jones, 2023, p. 45).
Narrative:     Smith and Jones (2023) stated, "The effect was significant" (p. 45).
Enter fullscreen mode Exit fullscreen mode

Secondary sources

When you read about a study in someone else's paper rather than reading the original, APA requires you to cite it as a secondary source:

In-text:    (Pavlov, 1927, as cited in Smith, 2023)
Reference:  Only Smith (2023) appears in the reference list
Enter fullscreen mode Exit fullscreen mode

This matters for academic integrity. You're being transparent that you didn't read the original Pavlov paper -- you read Smith's description of it. Citing Pavlov directly without reading the original is a form of misrepresentation.

Four common mistakes and how to avoid them

1. Inconsistency between in-text citations and reference list. Every in-text citation must have a corresponding reference list entry, and vice versa. This sounds obvious but is the single most common APA error. When you delete a paragraph that contained a citation, its reference stays orphaned in your reference list. When you add a reference, you might forget the in-text citation. Always cross-check before submitting.

2. Incorrect "et al." usage. In APA 7th edition, "et al." is used in-text for works with 3 or more authors from the FIRST citation. A common error is spelling it "et. al." (wrong -- "et" is a complete Latin word meaning "and," not an abbreviation, so no period after it).

3. Missing issue numbers. APA 7th edition now requires issue numbers for journal articles whenever available, in parentheses after the volume number: 45(2). APA 6th didn't always require this, and many older citation guides still reflect the outdated rule.

4. Wrong date format for websites. For web pages with a publication date, use the standard (Year, Month Day) format. For pages with no date, use (n.d.). Don't use the date you accessed the page as the publication date.

Why citation formatting matters

Beyond the grade impact, consistent citations serve a real function in academic communication. They allow readers to find the original source, evaluate the evidence themselves, and trace the intellectual lineage of ideas. A malformed citation that's missing a volume number or has the wrong year can make the source unfindable.

They also signal rigor. A paper with consistently formatted citations tells the reader (and reviewers and editors) that the author pays attention to detail. Sloppy citations raise questions about whether the rest of the work was equally careless.

For generating APA-formatted citations from DOIs, URLs, ISBNs, or manual input, I built a citation generator at zovo.one/free-tools/apa-citation-generator that produces both the reference list entry and the in-text citation in APA 7th edition format.

The irony of citation formatting is that it exists to reduce friction -- a standardized format so everyone knows where to find the author, year, and source. In practice, the complexity of the standard itself introduces friction. The best approach is to learn the high-level structure (Who, When, What, Where), use a tool for the specifics, and always double-check the result against the manual for edge cases.


I'm Michael Lip. I build free developer tools at zovo.one. 350+ tools, all private, all free.

Top comments (0)