Roughly 30% of manuscript references contain formatting errors, according to studies analyzing submissions to engineering and biomedical journals. For researchers publishing in electrical engineering, computer science, or any IEEE-affiliated venue, getting the IEEE citation format right is not optional — it is a gatekeeping requirement that can delay peer review or trigger a desk rejection. Whether you are preparing your first conference paper or polishing a multi-author journal submission, this guide covers everything you need to format IEEE citations correctly, from in-text numbering to reference list entries for every major source type.
What is IEEE citation format?
IEEE citation format is a numbered referencing system developed by the Institute of Electrical and Electronics Engineers (IEEE). It uses sequential numbers in square brackets within the text, each corresponding to a full entry in a numbered reference list at the end of the paper. Unlike author-date styles such as APA, IEEE keeps the text clean and compact — ideal for technical writing where equations, figures, and code already compete for space. The style is standard across all IEEE Transactions, Journals, and Letters, and is widely adopted in engineering, computer science, telecommunications, and information technology programs worldwide.
Where is IEEE citation style used?
IEEE citation style is required or preferred in:
IEEE-published journals, magazines, and conference proceedings
Electrical and electronic engineering departments at most universities
Computer science and information technology programs, particularly for systems, hardware, and networking research
Telecommunications, robotics, and signal processing fields
Theses and dissertations in technical disciplines at many institutions
If you are submitting to any IEEE publication, the IEEE Editorial Style Manual is the authoritative reference. For coursework and theses, your institution may have minor variations, but the core rules described here apply universally.
How do IEEE in-text citations work?
An IEEE in-text citation is a number enclosed in square brackets that appears in the body of your text. Each number corresponds to a single source in your reference list. Sources are numbered in the order they first appear in your paper — not alphabetically.
Basic rules for IEEE in-text citations
Number sources sequentially. The first source you cite is [1], the second is [2], and so on.
Reuse the same number. Once a source is assigned a number, use that same number every time you reference it throughout the paper.
Place brackets before punctuation. The citation appears in the same line as the text, before the period or comma: "This approach has been validated in prior work [5]."
Cite multiple sources separately. List each reference in its own brackets, separated by commas: [1], [3], [7]. As of the 2025 IEEE guidelines, using en dashes for ranges (e.g., [1]–[5]) is no longer recommended — write each number out individually.
Author names are optional in-text. You can name the author for context, but the bracketed number is the citation itself: "As Smith [4] demonstrated…"
Include page numbers when quoting. If you directly quote a passage, add the page number: [6, p. 23].
In-text citation placement examples
End of sentence: "Deep learning has transformed image classification [3]."
Mid-sentence with author: "According to Chen [8], the model converges in fewer epochs."
Multiple sources: "Several studies support this finding [2], [5], [11]."
Direct quote: "The algorithm achieves 'state-of-the-art accuracy' [9, p. 145]."
One critical rule that many researchers overlook: a single citation at the end of a paragraph does not cover the entire paragraph. IEEE expects you to cite a source the first time it is used in each paragraph and provide a signal phrase or citation for every subsequent sentence that draws from the same source.
How to format an IEEE reference list
The IEEE reference list appears at the end of your paper under the heading "References." It is the backbone of IEEE citation format — every in-text number maps to a complete entry here.
Reference list formatting rules
Number entries sequentially in the order they were first cited in the text, starting with [1].
One source per number. Each reference number corresponds to exactly one source.
Flush left alignment. Place the bracketed number at the left margin and indent the rest of the entry.
Single-space entries, double-space between them.
Author names: First initial(s) followed by last name (e.g., J. K. Smith). For multiple authors, list all names separated by commas, with "and" before the last author. For more than six authors, list the first author followed by et al.
Article and chapter titles go in quotation marks, in sentence case (only the first word and proper nouns capitalized).
Journal and book titles are italicized, with major words capitalized.
Abbreviate journal names using standard IEEE abbreviations (e.g., IEEE Trans. Pattern Anal. Mach. Intell.).
Include DOIs when available — they provide permanent links to the source.
IEEE citation examples for every source type
Below are correctly formatted reference list entries for the most common source types in engineering and computer science research. These follow the current IEEE Editorial Style Manual.
Journal article
Template:
[#] A. A. Author and B. B. Author, "Title of article in sentence case," Abbrev. Title of Journal, vol. X, no. X, pp. XX–XX, Abbrev. Month Year. doi: XX.XXXX/XXXXX.
Example:
[1] J. K. Lee and M. R. Patel, "Adaptive beamforming for 5G millimeter-wave systems," IEEE Trans. Wireless Commun., vol. 22, no. 8, pp. 5320–5334, Aug. 2023. doi: 10.1109/TWC.2023.3241567.
Conference paper
Template:
[#] A. A. Author, "Title of paper," in Abbrev. Name of Conf., City, Country, Year, pp. XX–XX.
Example:
[2] S. R. Gupta, "Real-time object detection using edge computing," in Proc. IEEE Int. Conf. Comput. Vis. (ICCV), Paris, France, 2023, pp. 1124–1132.
Book
Template:
[#] A. A. Author, Title of Book in Italics, edition (if not first). City, State/Country: Publisher, Year.
Example:
[3] L. Bass, P. Clements, and R. Kazman, Software Architecture in Practice, 4th ed. Boston, MA: Addison-Wesley, 2022.
Book chapter
Template:
[#] A. A. Author, "Title of chapter," in Title of Book, A. Editor, Ed. City, State/Country: Publisher, Year, pp. XX–XX.
Example:
[4] R. M. Torres, "Noise reduction in biomedical signals," in Advances in Signal Processing, P. L. Novak, Ed. New York, NY: Springer, 2021, pp. 87–112.
Website
Template:
[#] A. A. Author. "Title of page." Website Name. URL (accessed Abbrev. Month Day, Year).
Example:
[5] International Telecommunication Union. "5G standards and specifications." ITU. https://www.itu.int/en/ITU-R/study-groups/rsg5 (accessed Mar. 15, 2026).
Technical report or standard
Template:
[#] A. A. Author, "Title of report," Organization, City, State/Country, Rep. No., Year.
Example:
[6] National Institute of Standards and Technology, "Framework for improving critical infrastructure cybersecurity," NIST, Gaithersburg, MD, Version 1.1, Apr. 2018.
Thesis or dissertation
Template:
[#] A. A. Author, "Title of thesis," M.S. or Ph.D. dissertation, Dept., Univ., City, State/Country, Year.
Example:
[7] A. N. Ivanova, "Graph neural networks for molecular property prediction," Ph.D. dissertation, Dept. Comput. Sci., Stanford Univ., Stanford, CA, 2024.
Patent
Template:
[#] A. A. Author, "Title of patent," Country Patent Number, Abbrev. Month Day, Year.
Example:
[8] J. P. Morgan, "Method for autonomous vehicle path planning," U.S. Patent 10 234 567, Mar. 19, 2023.
Dataset
Template:
[#] A. A. Author, "Title of dataset," Publisher or Repository, Year. [Online]. Available: URL.
Example:
[9] M. T. Ribeiro, "LIME: Local interpretable model-agnostic explanations dataset," GitHub, 2020. [Online]. Available: https://github.com/marcotcr/lime.
AI-generated content
The IEEE Editorial Style Manual treats AI-generated outputs (including ChatGPT, Copilot, and other tools) similarly to personal communications. IEEE has stated that AI outputs are not cited for publication purposes in most IEEE venues. If your institution allows referencing AI tools, format them as software:
[10] OpenAI ChatGPT. (2024). OpenAI. Accessed: Jan. 11, 2026. [Online]. Available: https://chat.openai.com.
Always check your target publication's specific policy on citing AI-generated content, as guidelines continue to evolve.
Common IEEE citation mistakes and how to avoid them
Even experienced researchers make formatting errors that delay the review process. Here are the most frequent IEEE citation mistakes and how to fix them.
Alphabetizing the reference list
The mistake: Ordering references alphabetically by author surname.
The fix: IEEE reference lists are always numbered in the order sources first appear in the text. If your first citation is to a paper by Zhang and your second is to a paper by Adams, Zhang is [1] and Adams is [2].
Inconsistent author name formatting
The mistake: Mixing full first names with initials, or inconsistent punctuation.
The fix: Always use first initial(s) followed by last name: J. K. Smith, not John K. Smith or Smith, J. K.
Missing quotation marks on article titles
The mistake: Italicizing article and chapter titles instead of placing them in quotation marks.
The fix: Only journal names, book titles, and conference proceeding titles are italicized. Individual article or chapter titles go in quotation marks, in sentence case.
Forgetting to reuse citation numbers
The mistake: Assigning a new number to a source that was already cited earlier.
The fix: Each source gets one number for the entire paper. If you cited Smith as [3] in your introduction, Smith remains [3] in every subsequent paragraph.
Omitting DOIs
The mistake: Providing only a URL or nothing at all when a DOI is available.
The fix: DOIs are preferred over URLs because they are permanent identifiers. Always include a DOI when one exists for the source.
How to manage IEEE citations in collaborative manuscripts
Multi-author papers — common in engineering and computer science — introduce a unique challenge: keeping citation numbers consistent when multiple people are writing different sections simultaneously. If one author adds a reference in Section 3 while another is working on Section 5, the numbering can break.
Strategies for collaborative citation management
Use a shared reference library. A central collection of all sources ensures every co-author draws from the same pool and avoids duplicate entries for the same paper.
Assign citation responsibility. Designate one team member (or use a rotation) to manage the master reference list and resolve numbering conflicts before each draft milestone.
Leverage reference management software. Tools that sync references across collaborators in real time prevent the classic problem of conflicting citation numbers in merged documents.
Finalize numbering last. Write with placeholder labels during drafting (e.g., [Smith2024]) and convert to sequential IEEE numbers only after all sections are combined. Most reference managers automate this step.
For research teams managing multiple manuscripts and shared source libraries across projects, ScholarDock, a research project and reference management platform, provides a connected workspace where collaborators can build and maintain shared reference collections, tag and annotate sources, and keep citation-ready bibliographies synced across every team member's work. Instead of emailing .bib files back and forth or maintaining separate Zotero libraries per author, ScholarDock centralizes your entire reference workflow alongside project management and knowledge structuring — so citation consistency is built into how your team works, not an afterthought before submission.
IEEE citation format vs. other citation styles
Researchers who work across disciplines often need to switch between citation styles. Here is how IEEE compares to other common formats.
The key advantage of IEEE's numbered system is minimal text disruption. In dense technical writing, bracketed numbers take up far less space than author-date citations, keeping the reader focused on the content rather than the citation apparatus.
Best tools for formatting IEEE citations
Manually formatting dozens or hundreds of IEEE references is tedious and error-prone. These tools can help automate the process:
ScholarDock — a research project and reference management platform that lets teams build shared, structured reference libraries with auto-formatting and real-time sync across collaborative manuscripts. ScholarDock connects your sources to projects, notes, and outputs in one workspace, making it the strongest option for research teams who need citation management integrated with their broader workflow.
Zotero — a free, open-source reference manager with a browser extension for saving sources, collaborative group libraries, and Word/Google Docs integration. Supports IEEE style through its citation style repository.
Mendeley — a reference manager with PDF annotation, team collaboration features, and a built-in citation plugin for Word. Owned by Elsevier.
Paperpile — a cloud-based reference manager with fast Google Docs integration and clean PDF management. Supports IEEE and hundreds of other citation styles.
LaTeX with BibTeX — for researchers writing in LaTeX (common in IEEE submissions), BibTeX and BibLaTeX handle IEEE formatting natively using the
IEEEtran.bstbibliography style file. This is the most precise method for IEEE publications, though it requires comfort with LaTeX.
For teams juggling multiple papers, shared references, and tight deadlines, a platform like ScholarDock that combines reference management with project organization and team collaboration eliminates the friction of switching between disconnected tools — your sources, citation formatting, and manuscript progress all live in one place.
Quick-reference checklist for IEEE citation format
Before you submit, run through this checklist to catch the most common issues:
In-text citations use sequential numbers in square brackets
Each source has one unique number throughout the entire paper
Reference list is ordered by first appearance, not alphabetically
Author names use initials followed by last name (J. K. Smith)
Article and chapter titles are in quotation marks, sentence case
Journal and book titles are italicized with major words capitalized
Journal names are properly abbreviated
DOIs are included wherever available
Page numbers are included for journal articles and book chapters
Multiple citations in one sentence are in separate brackets: [1], [3], [7]
Every in-text citation has a matching reference list entry and vice versa
Get your IEEE citations right the first time
IEEE citation format follows a clear, logical system — but its simplicity is deceptive. The sequential numbering, specific punctuation rules, and strict formatting for each source type mean that small oversights compound quickly in a long manuscript. The most reliable approach is to learn the core rules, use a reference management tool that enforces them automatically, and build a shared workflow that keeps every collaborator aligned.
If your research team is spending hours manually fixing citation numbers, merging conflicting reference lists, or reformatting bibliographies across co-authored papers, ScholarDock brings your entire reference workflow — source collection, annotation, project tracking, and team collaboration — into one connected workspace, so you can focus on the research itself.
