Skip to content
← Guides & helpGuides8 min readBy The CiteDash team

IEEE citation style: a complete guide with examples

Learn IEEE citation style: bracketed in-text numbers, reference formats for journals, conferences and books, worked examples and common errors.

If you are writing a thesis, dissertation, or capstone report in electrical engineering, computer science, or a neighbouring field, there is a good chance your department expects IEEE style. It is a numeric system: you cite sources with bracketed numbers in the text, and the reference list runs in order of first appearance rather than alphabetically. Once the numbering clicks, it is one of the fastest styles to write in, because the prose never has to carry author names and dates.

The rules come from the IEEE Editorial Style Manual for Authors, and they are stricter than they first look. Author initials come before surnames, article titles sit in quotation marks in sentence case, journal names are abbreviated and italicised, and each element carries precise punctuation. Examiners and reviewers who work in IEEE venues notice deviations quickly, because every correct entry follows the same rhythm.

This guide covers the in-text conventions, the reference formats for the source types you will actually cite, worked examples to pattern-match against, the errors that get flagged most often, and how to generate IEEE references automatically instead of hand-typing them.

Who uses IEEE citation style

IEEE style is maintained by the Institute of Electrical and Electronics Engineers, and it is the house style for IEEE journals, magazines, conference proceedings, and standards. Because so much of computer science and electrical engineering publishes through those venues, engineering departments widely adopt the style for coursework, final-year projects, and theses.

Before you commit, check your programme handbook. Some departments say IEEE but attach local tweaks, such as requiring full journal names or a URL for every source. Where the handbook is silent, follow the conventions in this guide and apply them consistently; consistency is the first thing a marker checks.

If you write in LaTeX, the IEEEtran document class and its bibliography style automate much of the formatting below. It still pays to know the rules, because you are the one who has to spot when a generated entry is missing a volume number or carries a title in the wrong case.

IEEE in-text citations: how bracketed numbers work

Each source receives a number in square brackets the first time you cite it, assigned in order of appearance. That number belongs to the source for the whole document: cite the same paper ten times and it is [3] all ten times. The bracket sits inside the sentence punctuation, directly after the claim it supports. Numbers also make skimming easier for examiners, who can check what [7] is once and recognise it everywhere.

The working rules:

  • Number sources in order of first appearance, and reuse the same number for every later citation of that source.
  • Cite several sources together as [1], [4], [7]; collapse three or more consecutive numbers into a range: [2]-[5].
  • Pinpoint when it helps the reader: [1, p. 44], [2, Sec. III], [3, Fig. 2], [4, eq. (7)].
  • The bracket can behave as a noun ('[5] extends this model'), but 'the model in [5]' usually reads better in a thesis.
  • Do not start a sentence with a bare bracket; write 'Reference [5] shows' instead.

The IEEE reference list: ordering and author format

The list is titled References and runs in citation order, not alphabetical order. Each entry begins with its bracketed number, and readers navigate by number, not by author name. This is the biggest practical difference from author-date styles: the list tells you nothing alphabetically, by design, because numbers keep the prose compact in equation-heavy writing.

Author names are the most common stumbling block, because IEEE inverts the pattern most students learned first: initials come before the surname. Multiple authors are separated with commas, with 'and' before the final name.

The core formatting rules for every entry:

  • Initials before surnames: L. Chen, not Chen, L.
  • List up to six authors in full; for seven or more, give the first author followed by et al.
  • Paper and chapter titles: sentence case, inside double quotation marks, with the comma inside the closing mark.
  • Journal, book, and conference titles: italic, with journal names abbreviated (IEEE Trans. Signal Process., not the full title).
  • End every entry with a period, and include the DOI whenever one exists.

How to cite a journal article in IEEE style

The journal article template is: A. B. Author, C. D. Author, and E. F. Author, "Title of the article," Abbrev. Journal Title, vol. 12, no. 3, pp. 45-53, Mar. 2024, doi: 10.xxxx/xxxxx.

Here is a made-up example with every element in place: [4] L. Chen and P. Okafor, "Energy-aware scheduling for edge inference," IEEE Trans. Mobile Comput., vol. 23, no. 5, pp. 1101-1114, May 2024, doi: 10.1000/xyz123.

Details worth noting: months are abbreviated except May, June, and July; page numbers take 'pp.' in journals and proceedings; and the DOI is introduced with a lowercase 'doi:' at the end of the entry. If the article is in early access and has no volume or page numbers yet, write 'early access' where the volume would go and keep the DOI, which is the stable part of the record. Give both volume and issue where the journal prints them; some journals are volume-only, in which case volume and pages suffice.

Conference papers, books, and chapters in IEEE format

Conference papers are the workhorse of IEEE fields, and their template adds the word 'in' plus the abbreviated proceedings title: A. B. Author, "Title of paper," in Proc. Int. Conf. Abbrev. (ACRONYM), City, Country, 2023, pp. 100-105. The proceedings title is italic; the paper title stays in quotation marks. Include the city and year of the conference, and page numbers when the proceedings have them.

A book takes: A. B. Author, Title of Book, 3rd ed. City, State, Country: Publisher, 2021. A chapter in an edited book combines both patterns: A. B. Author, "Chapter title," in Book Title, E. F. Editor, Ed. City: Publisher, 2021, pp. 87-104. Note that book titles are italic and in title case, unlike article titles, and that the edition statement comes straight after the title.

Two pitfalls are specific to conference papers. Cite the paper, not the whole proceedings, and use the abbreviated conference name your field recognises. If the paper later appeared as an extended journal version, cite the version you actually read; the two can differ in method details, results, and page counts.

Websites, standards, theses, and preprints in IEEE style

For a webpage, IEEE asks for the author or organisation, the page title in quotation marks, the site name, the full web address, and the date you accessed it in parentheses: Organisation. "Title of page." Site Name. Full page address (accessed Jul. 20, 2026). The accessed date matters because pages change; without it, an examiner cannot tell which version you read.

Standards cite the title and the standard number: IEEE Standard for Ethernet, IEEE Std 802.3-2022, 2022. A thesis takes: A. B. Author, "Title of thesis," Ph.D. dissertation, Dept. Elect. Eng., Univ. Name, City, 2022. An arXiv preprint keeps its identifier so the reader can find the exact version: A. B. Author, "Title of paper," 2024, arXiv:2401.00000. Label preprints as what they are; do not dress one up as a published journal article.

Software and datasets increasingly earn their own entries. Give the author or maintainer, the name in quotation marks, the version, the repository or distributor, and the year, plus the DOI when the archive minted one. The test is always the same: your reader should be able to retrieve exactly the artefact you used.

Worked example: a paragraph and its IEEE reference list

Suppose a related-work paragraph reads: 'Early schedulers optimised for latency alone [1], while later work introduced explicit energy budgets [2]. The approach in [1] was subsequently extended to heterogeneous clusters [3], and [2] remains the standard baseline.' Notice that [1] and [2] keep their original numbers when cited again; only [3] is new.

The matching reference list, in citation order rather than alphabetical order:

  • [1] L. Chen and P. Okafor, "Latency-first scheduling for mobile inference," IEEE Trans. Mobile Comput., vol. 22, no. 9, pp. 5111-5124, Sept. 2023.
  • [2] M. Alvarez, "Energy budgets for edge accelerators," in Proc. IEEE Int. Conf. Edge Comput. (EDGE), Rome, Italy, 2022, pp. 44-51.
  • [3] R. Osei, T. Baumann, and S. Ito, "Scheduling for heterogeneous accelerator clusters," IEEE Access, vol. 12, pp. 88101-88115, 2024.

Common IEEE citation errors examiners flag

Most lost marks come from a short list of repeat offenders. Run it against your own reference section before you submit:

  • Alphabetising the reference list. IEEE orders strictly by first citation.
  • Writing authors surname-first. IEEE wants initials first: L. Chen.
  • Using title case for article titles. Only the first word, proper nouns, and acronyms are capitalised.
  • Spelling out journal names instead of using the standard abbreviations.
  • Giving a repeated source a new number instead of reusing its original one.
  • Typing ranges as [2-5]; the correct form is [2]-[5].
  • Dropping DOIs, or citing webpages without an accessed date.

Why hand-numbering IEEE references breaks

The structural errors are worse than the cosmetic ones. Because numbers are assigned by order of first appearance, inserting a single new citation early in a chapter shifts every number after it, in the text and in the list. If you manage numbering by hand, one late edit can silently corrupt dozens of citations, and the mismatch between [14] in the text and entry 14 in the list is exactly the kind of defect an examiner spot-checks.

The practical rule: never manage IEEE numbers manually in a document longer than a few pages. Let software derive the numbering from the text, so an insertion renumbers everything downstream in one pass.

Generate IEEE citations automatically

None of this formatting needs to be typed by hand. The free IEEE citation generator formats a correct reference from a DOI or paper details, and the free DOI lookup pulls the underlying metadata if you want to inspect a record first.

Inside CiteDash, the Reference Manager stores every citation as a database object linked to a real paper, so numbering, ordering, and formatting are derived rather than typed. Insert a new citation mid-chapter and the list renumbers itself; switch the whole project between IEEE and any of the other eleven supported styles without retyping an entry. Retracted papers carry a badge and are blocked from citation, so a withdrawn result cannot slip into your references. And because each citation is a database object, an entry cannot drift out of sync with the paper it points to.

If you are juggling more than one style across documents, the same database-first approach is covered in the bibliography management guide.

Ready to try it on your own thesis?

Get Started Free

Do this in CiteDash

More guides