How to Decrease the Indent for Text by One Level

How to Decrease the Indent for Text by One Level

Decreasing an indent means moving text to the left. You pushed something in too far, or the outline structure calls for less indentation. Here's how to fix it across the tools people actually use.

Microsoft Word

You've got three reliable methods:

Google Docs

Same principle, different keys:

HTML and CSS

If you're dealing with code, indents work differently:

Markdown

Markdown doesn't have built-in indent controls like word processors. Your options:

Quick Reference Table

Tool Keyboard Shortcut Other Method
Microsoft Word Shift + Alt + Left Arrow Decrease Indent button
Google Docs Shift + Alt + Left Arrow Format menu
HTML/CSS editors Shift + Tab Manually remove spaces/tabs
Markdown Shift + Tab Manual space deletion

Common Problems

The shortcut isn't working? Check if another application has claimed that hotkey. Some accessibility tools or language switchers override standard shortcuts.

Nothing is happening? You might already be at the left margin. Indent can't go further left than the page edge.

Multiple levels at once? Hold the shortcut key combination and keep pressing. Each press removes one level until you hit the margin.

Getting Started

Pick your tool from the list above. Press the shortcut. Done. If you're in a word processor, the visual feedback is immediate. If you're in code, save and preview to confirm.