How to Delete Words Using Your Keyboard: Shortcuts, Methods, and What Changes by Setup

Deleting text one character at a time works fine — until it doesn't. Whether you're editing a long document, clearing a search field, or fixing a typo mid-sentence, knowing how to delete entire words at once using only your keyboard is one of those skills that quietly saves a surprising amount of time.

The mechanics behind word-level deletion are consistent enough to explain clearly, but the exact keys involved shift depending on your operating system, keyboard layout, and the application you're working in.

The Difference Between Deleting Characters and Deleting Words

Most people know two basic delete keys:

  • Backspace — removes the character immediately to the left of the cursor
  • Delete (sometimes labeled Del) — removes the character immediately to the right of the cursor

These work one character at a time. To delete full words, you combine those keys with a modifier key — a key held down simultaneously to expand the action from a single character to an entire word or segment of text.

How to Delete a Whole Word at a Time ⌨️

On Windows and Linux

ActionShortcut
Delete word to the left of cursorCtrl + Backspace
Delete word to the right of cursorCtrl + Delete

Holding Ctrl while pressing Backspace removes the entire word sitting just before your cursor. If your cursor is in the middle of a word, most applications will delete from the cursor position back to the start of that word — not the full word.

This behavior is consistent across most Windows applications: Notepad, Microsoft Word, Google Docs (in browser), code editors, and standard text input fields.

On macOS

ActionShortcut
Delete word to the left of cursorOption + Delete
Delete word to the right of cursorOption + Fn + Delete (or Option + Forward Delete)

On Mac, the Option key (⌥) plays the role that Ctrl plays on Windows for text navigation and deletion. Because many Mac keyboards — especially laptop models — don't include a dedicated forward Delete key, the Fn + Delete combination produces the forward-delete action first, and adding Option extends it to word-level deletion.

On Chromebooks

Chromebooks don't have a traditional Delete key. Instead:

ActionShortcut
Delete word to the leftCtrl + Backspace
Delete word to the rightAlt + Backspace

The Alt + Backspace combination on ChromeOS is one of the less intuitive shortcuts, but it's consistent across Chrome browser fields and most ChromeOS-native apps.

How Applications Interpret "Word" Deletion

One thing worth understanding: what counts as a "word" varies by application.

In a standard word processor, Ctrl + Backspace typically deletes up to the nearest whitespace — so it removes one word and stops. In a code editor like VS Code, the same shortcut may respect code-specific delimiters like brackets, underscores, or camelCase boundaries, treating myVariableName as potentially multiple segments.

In browser address bars and search fields, word deletion generally works the same way as in a text editor, though some browsers have subtle quirks — particularly around punctuation and URLs.

Terminal and command-line environments follow different conventions entirely. In most Unix-based terminals:

  • Ctrl + W deletes the word to the left of the cursor
  • Alt + D deletes the word to the right
  • Ctrl + U deletes everything from the cursor to the beginning of the line

These shortcuts come from a text-editing standard called Readline, which underlies most terminal interfaces on Linux and macOS. They don't carry over into graphical applications.

Selecting and Then Deleting: An Alternative Approach 🖱️

If you want more control — especially when deleting multiple words or a non-standard chunk of text — keyboard selection followed by deletion is often cleaner than relying on word-delete shortcuts alone.

  • Ctrl + Shift + Left/Right Arrow (Windows/Linux) selects one word at a time in either direction
  • Option + Shift + Left/Right Arrow (macOS) does the same
  • Once text is selected, pressing Backspace or Delete removes it

This method gives you visual confirmation of exactly what will be deleted before you commit, which matters when working in a document where a mistaken deletion isn't easily undone.

Speaking of which — Ctrl + Z (Windows/Linux) and Cmd + Z (macOS) undo the last action in virtually every text environment. It's a reliable safety net when word-deletion shortcuts remove more than intended.

Physical Keyboard Layout Affects What's Available

Not every keyboard has every key. Tenkeyless (TKL) and compact keyboards (75%, 65%, 60% layouts) frequently omit the forward Delete key, the Insert key, or both. On these boards, word-right deletion either requires a function layer shortcut — accessed by holding a dedicated Fn key — or isn't directly accessible without remapping.

Laptop keyboards from different manufacturers handle this inconsistently. Some place Fn + Backspace as the forward Delete equivalent; others use different combinations. Checking your specific model's keyboard documentation matters here, because there's no universal standard across laptop brands.

Mechanical keyboard users who have remapped keys using firmware tools (QMK, Via, or similar) may have custom shortcuts that override OS defaults entirely. ⚙️

Mobile and Touch Keyboard Considerations

On smartphones and tablets, word deletion works differently since there's no physical modifier key. Most mobile keyboards — iOS, Android, and third-party options like Gboard or SwiftKey — support tap-and-hold on the Backspace key to accelerate deletion, but word-by-word precision typically requires selecting text manually through a long-press on the text field, then adjusting selection handles.

Some third-party keyboards on Android offer swipe-left-on-Backspace as a word-delete gesture, but support varies significantly by keyboard app and Android version.

What Shapes Your Actual Experience

The shortcuts above cover the majority of setups, but how reliably they work in practice depends on several factors:

  • Operating system — Windows, macOS, ChromeOS, and Linux each have different defaults
  • Keyboard layout and form factor — compact keyboards may lack keys or require Fn layers
  • Application type — word processors, terminals, browsers, and code editors interpret word boundaries differently
  • Custom remapping — system-level accessibility settings or keyboard firmware can override defaults
  • Language and input method — non-Latin input methods (IME-based inputs for Chinese, Japanese, Korean, etc.) may handle word segmentation and deletion differently at the software level

Understanding which of these applies to your specific keyboard, machine, and daily applications is what determines which combination will actually work cleanly for you.