Most papers use a 0.5-inch hanging indent, unless your instructor, publisher, or template sets a different value.
A hanging indent shows up in bibliographies, reference lists, and works cited pages. The first line stays at the left margin. The rest of the entry shifts right. That simple shape makes long source lists easier to scan, since each entry has a clear starting edge.
If you’re trying to lock in the right measurement, this breaks it down in plain terms, then shows how to set it in the tools people use most.
What A Hanging Indent Does On The Page
A hanging indent is a paragraph indent that pushes every line except the first line inward. In citations, that keeps author names (or titles) aligned down the left edge, while the rest of each entry sits slightly to the right.
Without a hanging indent, multi-line citations can blur together. With it, the start of each entry stays obvious even when lines wrap.
Hanging Indent Size In Inches For Common Styles
In most academic and publishing styles, the standard hanging indent is 0.5 inch. That half-inch offset is large enough to mark continuation lines without shrinking the usable line length too much. It also matches what many templates use for paragraph indents, so the page feels consistent.
When The Measurement Can Change
Some journals, departments, and house styles set a different value, such as 0.25 in, 1 cm, or 0.3 in. If you’re working inside a provided template, follow the template. If you’re turning in a class paper, follow the rubric first, then the style manual.
Quick Conversions That Prevent Guesswork
If your editor uses points, 0.5 inch equals 36 points (since 1 inch is 72 points). If your editor uses centimeters, 0.5 inch equals 1.27 cm. Pick one unit and stick with it so you don’t stack rounding changes across edits.
How To Pick The Right Hanging Indent Fast
When you just need a clean answer and a clean page, use this decision path:
- Start with 0.5 inch. It’s the default you’ll see most often for citation lists.
- Check what you were given. A rubric or publisher sheet wins over any general rule.
- Apply the indent through paragraph settings. Avoid manual tabs and space stacks.
- Spot-check wrapped entries. Find two citations that wrap and confirm the second line starts at the same spot.
If your citations came from copy-paste, reset formatting first. Paste as plain text when you can, then apply a single paragraph style to the whole list.
Common Defaults And Where They Show Up
This snapshot helps you sanity-check what you see on screen. It’s also useful when a document has mixed rules across sections.
| Use Case | Typical Hanging Indent | Notes To Verify |
|---|---|---|
| APA reference list | 0.5 in (1.27 cm) | Use paragraph formatting, then check wrapped lines for alignment. |
| MLA works cited | 0.5 in (1.27 cm) | Use hanging indent, not tabs; keep spacing consistent across entries. |
| Chicago bibliography | 0.5 in (1.27 cm) | Many templates use the same half-inch; confirm your journal sheet if supplied. |
| Journal submission template | 0.5 in | Follow the journal file even if it sets another number. |
| Technical report source list | 0.5 in | Some org templates switch to 0.25 in to keep lines longer. |
| Numbered list with wrapped lines | 0.25–0.5 in | Align wrapped text under the first word of the item text. |
| Resume bullet continuation lines | Match bullet text | Use hanging indent only when it improves scan speed; tabs may fit some layouts. |
| Legal citation list | Varies | Legal formats can use different spacing and alignment rules. |
How To Measure 0.5 Inch Without Guessing
If you’re using a ruler, 0.5 inch is the first long tick after 0 on most inch rulers. In Word and Docs, you don’t have to eyeball it. Type the value in the paragraph settings and let the app do the measuring.
Still want a visual check? Zoom in and watch where wrapped lines begin. If the second line of each entry starts exactly under the same vertical edge, your indent is consistent. If some entries start a little left or right, you’re seeing mixed formatting, not a “wrong” indent value.
Hanging Indent Versus Tabs And Spaces
Tabs can mimic a hanging indent on one computer, then fall apart on another. A tab stop depends on font metrics and tab settings. If someone opens your file with different defaults, those tabs can shift and your alignment changes.
Paragraph formatting stays stable. When you set a hanging indent through the paragraph menu, the editor stores one clear rule for the whole paragraph. That’s also why you should clear manual spacing. Extra spaces at the start of a wrapped line can push it out of alignment even when the hanging indent is set correctly.
Working With Citations From Zotero, EndNote, Or Other Managers
Citation managers usually format hanging indents inside the bibliography they generate. If your pasted bibliography loses the indent, it’s often a paste setting issue. Try pasting with “keep text only,” then apply your reference-list paragraph style and re-set the hanging indent to 0.5 inch.
If you’re exporting to Word, check whether the bibliography block is inside a table. Tables can override paragraph indents and make wrapped lines behave oddly. Move the citations out of the table, then apply paragraph formatting again.
Setting A Hanging Indent In Microsoft Word
Word gives you two good paths: the paragraph dialog or the ruler. The dialog is more precise, since it avoids accidental drags.
Use The Paragraph Dialog
- Select the paragraphs that should share the hanging indent (often the full reference list).
- Right-click and choose Paragraph (or open the paragraph launcher on the Home tab).
- Under Indentation, set Special to Hanging.
- Set the value to 0.5″, then click OK.
Use The Ruler For A Visual Fix
If the ruler is visible, drag the lower triangle (hanging indent marker) to 0.5 inches. Then drag the upper triangle (first line marker) back to 0. Turn on formatting marks (¶) and remove any tabs at the start of lines inside the citations.
Setting A Hanging Indent In Google Docs
Docs can do a true hanging indent. You can set it with the ruler or with the menu. Both work.
Set It With The Menu
- Select the citation list.
- Go to Format → Align & indent → Indentation options.
- Under Special indent, choose Hanging and set it to 0.5.
If you’re matching a formal style sheet, use a primary reference for the expected layout. The APA Style page on reference list formatting and examples reflects the standard hanging indent used in APA references.
Setting A Hanging Indent In LibreOffice Writer
Writer can create a hanging indent by combining a left indent with a negative first-line indent.
- Select the reference entries.
- Open Format → Paragraph → Indents & Spacing.
- Set Before text to 0.5″.
- Set First line to -0.5″.
Hanging Indents In LaTeX, Markdown, And HTML
LaTeX usually formats bibliography entries through the style you pick, and many styles already apply a hanging indent. In Markdown, a true indent often needs HTML output plus CSS. In raw HTML, the common pattern is padding-left: 0.5in with text-indent: -0.5in on the citation block.
Troubleshooting When The Indent Looks Wrong
Most indent problems come from mixed formatting. Fix the mix, then re-apply the hanging indent to the full list so every entry shares the same paragraph settings.
Only One Line Moves
Check that you set a hanging indent, not a first-line indent. In paragraph settings, “Special” should read hanging, and the first line should stay at 0.
Wrapped Lines Don’t Line Up
Turn on formatting marks and delete stray tabs or extra spaces. Then select the full list and set the hanging indent again.
Quick Reference For Tools And Measurements
This table condenses the settings so you can set a hanging indent and verify it without hunting through menus.
| Tool Or Format | Where To Set It | Value To Use |
|---|---|---|
| Microsoft Word | Paragraph → Special: Hanging | 0.5 in |
| Google Docs | Format → Align & indent → Indentation options | 0.5 in |
| LibreOffice Writer | Paragraph → Indents & Spacing | Before text 0.5 in; First line -0.5 in |
| LaTeX bibliography | Bibliography style settings | Style-dependent |
| HTML/CSS | CSS on the citation block | padding-left 0.5 in; text-indent -0.5 in |
Small Habits That Keep Citations Neat
Once the measurement is set, these habits keep the page tidy when you add or edit sources:
- Use one paragraph style for the list. It prevents one-off entries from drifting.
- Keep spacing consistent. Apply spacing rules to the full list, not entry by entry.
- Re-check after pasting. Pasted text often carries hidden tabs.
If you’re following MLA, the MLA Style Center’s page on formatting research papers aligns with the common half-inch hanging indent used for works cited entries.
Final Check Before You Export Or Submit
Run a fast check in the format you’ll submit. If you’ll upload a PDF, open the PDF and scan the left edge of the citation list. If you’ll share a DOCX, open it on a second device if you can.
Look for three things: first lines align at the margin, continuation lines align at the indent, and spacing is consistent from entry to entry. If one citation breaks the pattern, clear its formatting and re-apply your reference-list style. That fixes most one-off glitches.
Final Answer
For most documents, set the hanging indent to 0.5 inch. Then confirm your rubric, template, or publisher sheet doesn’t ask for a different measurement. Use paragraph formatting, not tabs, so the indent stays stable across edits and exports.
References & Sources
- APA Style.“Reference List: Examples.”Shows standard reference list formatting, including the hanging indent used in APA references.
- MLA Style Center.“Formatting a Research Paper.”Outlines page formatting details that align with works cited layout, including hanging indent use.
