How to Get Subscript in Microsoft Word (Every Method Explained)

Subscript text sits slightly below the normal line of text and appears smaller — think H₂O, CO₂, or the "2" in a chemical formula. Microsoft Word makes subscript formatting accessible in several ways, and knowing which method fits your workflow can save you real time, especially if you're working on scientific documents, academic papers, or technical reports.

What Is Subscript and When Do You Actually Need It?

Subscript is a typographic format where characters drop below the baseline and render at a reduced size. It's distinct from superscript, which rises above the baseline (used for footnotes, exponents like x², or trademark symbols).

Common use cases for subscript in Word:

  • Chemistry: H₂O, H₂SO₄, chemical equations
  • Mathematics: Logarithmic notation, matrix notation (Aᵢⱼ)
  • Academic writing: Footnote-style numbering in certain citation formats
  • Engineering and technical documentation: Unit notation and variable labeling

Subscript isn't just cosmetic — in scientific and academic contexts, it carries specific meaning. Formatting regular text as subscript instead of using the correct Unicode character technically produces the same visual result in most cases, but understanding the distinction matters if documents will be processed programmatically or exported to other formats.

Method 1: The Ribbon Button (Home Tab)

The most visible route is through the Home tab in the ribbon.

  1. Select the text or character you want to format as subscript.
  2. Navigate to the Home tab.
  3. In the Font group, click the X₂ button (the subscript icon).
  4. The selected text will drop below the baseline.

To turn subscript off, select the text and click the same button again. This is a toggle — one click on, one click off.

If you don't see the X₂ button, your Word window may be too narrow and the Font group is collapsed. Widening the window or clicking the Font group's dropdown arrow should reveal it.

Method 2: Keyboard Shortcut ⌨️

For anyone who types quickly and doesn't want to reach for the mouse, Word has a built-in shortcut:

  • Windows: Ctrl + =
  • Mac: Command + =

Select your text first, then press the shortcut. Press it again to remove subscript formatting. This works in all modern versions of Word on both platforms and is by far the fastest method once it becomes muscle memory.

Worth noting: Ctrl + = conflicts with some third-party apps and browser extensions if Word is running alongside them. If the shortcut doesn't fire, check for conflicts in your system settings or other open applications.

Method 3: Font Dialog Box

The Font dialog gives you more granular control and is useful when you're adjusting multiple formatting properties at once.

  1. Select your text.
  2. Go to Home → Font and click the small arrow in the bottom-right corner of the Font group, or press Ctrl + D (Windows) / Command + D (Mac).
  3. In the Font dialog, check the Subscript checkbox under Effects.
  4. Click OK.

This method is particularly useful when you're already in the Font dialog adjusting typeface, size, or color — you can enable subscript as part of a broader formatting pass without needing a separate action.

Method 4: AutoCorrect and AutoFormat Rules

If you're typing the same subscript characters repeatedly (especially in chemistry or math), Word's AutoCorrect feature can be configured to automatically apply subscript formatting to specific character sequences.

To set this up:

  1. Go to File → Options → Proofing → AutoCorrect Options.
  2. Use the AutoCorrect tab to define a text replacement that includes pre-formatted subscript text.

This approach has a learning curve and requires some setup time, but for users who produce high volumes of technical documents, it can eliminate repetitive formatting entirely.

Method 5: Equation Editor for Complex Notation

For mathematical or scientific documents where subscript is part of a larger formula, Word's built-in Equation Editor is often the better tool.

Insert an equation via Insert → Equation (or Alt + = on Windows). The Equation Editor uses proper mathematical typesetting, handles subscript and superscript simultaneously, supports fractions and symbols, and generally produces output that renders more accurately across different systems and export formats.

If you're writing a single chemical formula inline, the keyboard shortcut or ribbon button is fine. If you're building multi-part equations, the Equation Editor is more appropriate.

How Subscript Behavior Varies Across Setups

FactorWhat Changes
Word versionRibbon layout and dialog names vary slightly across Word 2016, 2019, 2021, and Microsoft 365
Operating systemKeyboard shortcuts differ between Windows and macOS
Document formatSubscript in .docx exports cleanly; .txt or plain-text formats strip all formatting
Screen size / resolutionSubscript may be harder to spot on lower-resolution displays at smaller font sizes
Accessibility toolsScreen readers handle subscript inconsistently depending on the reader and document structure

When Subscript Formatting Isn't Enough

Standard subscript formatting works visually, but it doesn't embed semantic meaning into the document. If your Word file will be:

  • Converted to HTML or ePub — proper <sub> tags may or may not be generated depending on the export method
  • Read by accessibility software — subscript characters may not be announced correctly
  • Processed by scripts or APIs — programmatic tools may not interpret subscript formatting the way a human reader would

In those scenarios, using Unicode subscript characters (actual Unicode codepoints like ₂ = U+2082) rather than formatted text is sometimes the more portable choice. Word supports Unicode input, and those characters retain their visual form regardless of formatting stripping. 🔬

The right approach depends on whether your priority is visual presentation, accessibility, document portability, or all three — and how the document ultimately gets used after you write it.