BibTeX to APA Converter — Free
Convert a BibTeX `@article` or `@book` entry to an APA 7 reference. For LaTeX users migrating to Word or Google Docs without losing citation data.
Ready to convert?
The full converter lives at /tools/citation-converter with this pair pre-selected. It supports bulk input and 14+ other style pairs.
Why BibTeX → APA 7th Edition isn’t just a reformat
If you wrote your paper in LaTeX and your advisor asked for a Word version (or a journal's submission system only accepts .docx), you need to convert your BibTeX bibliography to a visible, style-formatted reference list. That's where this converter comes in.
BibTeX is a structured data format — it carries author, title, journal, year, volume, issue, pages, and DOI as separate fields. APA is a presentation format — it expects those same fields arranged in a specific order with specific punctuation.
The conversion is mostly mechanical, but three things trip up most first-time converters: (1) BibTeX's `author = {Smith, John and Jones, Alex}` format needs to be split on `and` and reformatted; (2) title-case in BibTeX needs to become sentence-case for APA article titles; (3) BibTeX braces `{...}` protecting capitals should be stripped.
Key differences
- Structure: BibTeX is a data format; APA is a presentation format
- Author list: `and`-separated in BibTeX → comma-separated with `&` before last in APA
- Title protection: BibTeX `{DNA}` → APA uppercase `DNA` (strip braces)
- Month field: BibTeX `month = jan` → typically omitted in APA unless periodical needs it
- Cross-refs: BibTeX `crossref = {...}` must be expanded inline
- Missing fields: BibTeX may lack issue number; APA requires it if available
Worked example
BibTeX (input)
@article{smith2024spaced,
author = {Smith, John and Jones, Alex},
title = {The Role of Spaced Repetition in Long-Term Retention},
journal = {Journal of Educational Psychology},
volume = {116},
number = {3},
pages = {234--251},
year = {2024},
doi = {10.1037/edu0000999}
}APA 7th Edition (output)
Smith, J., & Jones, A. (2024). The role of spaced repetition in long-term retention. *Journal of Educational Psychology*, 116(3), 234–251. https://doi.org/10.1037/edu0000999
Watch for en-dash (`–`) vs hyphen (`-`) in page ranges — APA expects an en-dash; BibTeX often uses two hyphens (`--`) which need to be converted.
Related converters
- APA to MLA converter — Convert APA 7 citations to MLA 9.
- MLA to APA converter — Convert MLA 9 citations to APA 7.
- APA to Chicago converter — Convert APA 7 citations to Chicago 17 Notes-Bibliography.
- Harvard to APA converter — Convert Harvard citations to APA 7.
Frequently asked questions
- What's the biggest difference between BibTeX and APA 7th Edition?
- Structure: BibTeX is a data format; APA is a presentation format
- Is there a free BibTeX to APA tool?
- Yes — the full CiteDash citation converter at /tools/citation-converter handles this pair and 14+ other style conversions. It's free and requires no signup for single-citation use.
- Will this converter handle bulk bibliographies?
- The full converter at /tools/citation-converter supports bulk input (paste multiple citations, one per line) on the free tier. For very large bibliographies (500+ entries), the Pro plan removes rate limits.
- Why does my converted APA 7th Edition citation look slightly different from my advisor's?
- Citation styles have variants — journal-specific house rules, institutional style guides, and edition differences. The canonical format produced here follows the official style manual; if your advisor uses a custom house style, spot-check a sample entry against their guidance.