· 4 min read
How to Renumber Footnotes Without Orphans
Manesh Jayawardhana
CIO & Co-founder
A chapter gets restructured. Three paragraphs move up, one gets cut, two more are added. The prose reads better and somewhere in the process footnote 23 now points to nothing, footnote 31 has no marker in the text, and the numbering runs 1 through 19 then jumps to 21.
None of that is caught by a spellchecker, and all of it is visible to a reader.
What goes wrong during revision
Orphaned markers. A superscript number in the text with no corresponding note. The reader looks down, finds nothing, and loses confidence in everything else.
Orphaned notes. A note at the bottom with no marker pointing at it. Less visible but equally wrong, and it usually means the sentence it belonged to was cut.
Broken sequence. Deleting a note without renumbering leaves a gap. Adding one in the middle without renumbering creates a duplicate or an out-of-order run.
Duplicated numbers. Two markers with the same number, pointing at different notes. Usually happens when text is pasted between documents.
Word processors that manage footnotes natively handle renumbering automatically, which is why this is mostly a problem for anyone working in plain text, Markdown, or moving content between systems — where the markers are just characters and nothing enforces the relationship.
Footnotes or endnotes
Footnotes sit at the bottom of the page. Right for notes the reader should see immediately: a translation, a clarification, a brief caveat. The cost is that a page with six long footnotes has very little room left for text.
Endnotes collect at the end of the chapter or the book. Right for dense citation that would otherwise swamp the page. The cost is that nobody reads them, which is fine for references and bad for anything substantive.
The rough rule: if the note adds to the argument, it should be a footnote where it will be read. If it supports the argument with a source, an endnote is fine.
Many publishers have a house style that decides this for you, and academic disciplines have strong conventions — worth checking before making the choice yourself.
| Note type | Reader sees it | Best for |
|---|---|---|
| Footnote | Immediately | Clarifications, asides, translations |
| Endnote | If they look | Citations, references |
| Inline citation | Immediately | Author-date disciplines |
Symbols instead of numbers
The traditional sequence — asterisk, dagger, double dagger, then doubled versions — still appears in some journals and in documents with very few notes.
It stops being practical past about four notes per page, and it needs resetting on every page, which is exactly the kind of manual bookkeeping that produces errors. Numbers are the safer default for anything longer than an article.
Common mistakes to avoid
- Deleting a note and leaving its marker in the text.
- Renumbering the notes without renumbering the markers, which produces a document where every reference is off by one.
- Mixing footnotes and endnotes in the same document without a clear rule.
- Using symbols in a long document where they need resetting per page.
- Assuming a conversion between formats preserved the relationships — check the count on both sides afterwards.
How to do it with Footnote Formatter
The Footnote Formatter renumbers in document order and reports the orphans.
- Paste the text with its existing markers and notes.
- Choose the numbering style and whether notes collect at the end.
- Fix the orphans first — one missing closing note can cascade through everything after it.
- Check the count of markers matches the count of notes before finishing.
Other writing tools that keep your text local are in the tools directory.
Frequently asked questions
What is an orphaned footnote?
A marker in the text with no corresponding note, or a note with no marker pointing at it. Both happen when paragraphs move during revision, and both survive a spellcheck untouched.
Footnotes or endnotes?
Footnotes suit notes a reader should see immediately; endnotes suit dense citation that would swamp the page. Many publishers have a house rule that decides it.
Do symbols still get used?
In documents with very few notes, and in some journals. The traditional sequence is asterisk, dagger, double dagger, and it stops being practical past about four notes per page.
Final thought
Count the markers and count the notes. If the two numbers differ, you have an orphan — and that check takes seconds where finding it by reading takes an hour.