Skip to content
keyboardsimulators

Tab Key Not Working? How to Fix It

A Tab key not working is the most misdiagnosed key failure on this site, because Tab usually is working, just invisibly. In a browser or dialog box, Tab moves keyboard focus to the next control instead of typing anything, so it looks dead when it is doing exactly its job. The live check below captures Tab before the browser moves focus, so a working key shows up instantly.

First, verify it is actually dead

Press your Tab key now

Listening for Tab. If nothing happens, click anywhere on this page first so your keyboard input reaches it.

This widget reads the raw physical key code, the same signal your OS receives. It cannot measure inside the keyboard itself: if a lock or Fn layer stops the keypress from ever leaving the board, nothing here (or in any software) will see it.

Software causes to rule out first

If the check above detected your Tab key, stop suspecting the hardware. The switch, the keyboard controller, the cable and the driver all just proved themselves, and whatever is wrong lives in software. Start with a reboot, which clears hung drivers and stuck modifier states, then reconnect the keyboard through a different USB port or re-pair it over Bluetooth.

Next, close anything that can remap or intercept keys: PowerToys Keyboard Manager, SharpKeys and AutoHotkey on Windows, Karabiner-Elements on macOS, and vendor suites like Razer Synapse, Logitech G HUB, iCUE and Armoury Crate. Any of these can silently rebind or disable a single key, and their per-app profiles explain keys that die only in certain programs. Then check accessibility settings: Filter Keys (Windows) and Slow Keys (macOS) deliberately ignore brief presses, and Sticky Keys changes how modifiers combine. Both are one accidental shortcut away from being enabled. Finally, confirm your input language layout, since a changed layout moves characters around while the physical keys keep working.

Apps that eat Tab on purpose

Tab is one of the most intercepted keys in computing. Terminals use it for autocompletion, code editors use it for snippets and indentation, spreadsheet cells move right instead of inserting a tab character, and Alt+Tab belongs to the operating system entirely. If the widget above detects Tab but a specific program appears to ignore it, that program almost certainly captured it: check its keybinding settings before blaming hardware. In web forms, inserting an actual tab character is usually impossible by design, since the browser reserves the key for accessibility navigation.

Sticky Keys and Filter Keys affect Tab too, and a remapped or macro-bound Tab is common on gaming keyboards where it doubles as a scoreboard or push-to-talk key. Close vendor gaming software and retest if Tab fails only in games.

When Tab really is dead

If the live check sees nothing after a reboot and a different USB port, treat it as hardware. Tab is a 1.5u key without a stabilizer on most boards, so the usual suspects are debris under the cap and a failing switch. Pull the keycap straight up, blow the socket out with compressed air, and press the bare stem: if the bare switch registers, clean the cap and reseat it. If it does not, the switch itself is done. On a hot-swap board, pull it with a switch puller, check for a bent pin (straighten gently with tweezers if so), and fit a replacement. On a soldered board, the fix needs a soldering iron, or a remap of a nearby key as a workaround.

Hardware fixes: cleaning, chatter, and switch replacement

When the live check stays silent after a reboot and a port change, the fault is physical. The cheapest fix comes first: pull the keycap straight up with a wire keycap puller, blow the exposed switch out with compressed air, and wipe around the stem with isopropyl alcohol on a swab. Now press the bare switch stem while watching the check widget. If the bare stem registers, the switch is fine and the cap or debris was binding it; clean the cap and reseat it. If the bare stem does nothing, the switch itself has failed.

Chatter is the other hardware failure mode: the key works but fires twice. The widget flags any double-fire under 45 ms, which is faster than human fingers and points at worn or dirty contacts inside the switch. Electronics contact cleaner sprayed around the stem, followed by fifty quick actuations, revives some switches, and firmware with adjustable debounce (QMK, VIA, some vendor software) can mask mild chatter. Our dedicated chatter test runs a longer session if you want certainty.

A genuinely dead or chattering switch on a hot-swap keyboard is a two-minute repair: grip it with a switch puller, squeeze the top and bottom clips, pull straight out, check the new switch’s pins are straight, and press it in. Soldered boards need a soldering iron and some patience, and laptops are the hardest case, since scissor mechanisms rarely survive removal; there, an OS-level remap of a rarely used key is often the practical fix.

Repair or replace?

Before spending anything, sweep the whole board with the keyboard tester: it remembers every key you press and exports a report, so you learn whether your Tab key is the only casualty or the first of several. One bad switch on a hot-swap board costs under a dollar to fix, and the switch library lets you hear and compare replacements before buying. Several failing keys, a failing controller, or a worn-out laptop deck usually mean a new keyboard is the better use of money. The fix guide hub covers the other keys if more than one is acting up.

Frequently asked questions

Why does Tab jump between buttons instead of typing a tab?

That is Tab working as designed. In browsers and dialogs, Tab moves keyboard focus between controls for accessibility, and it only inserts a tab character inside editors that opt in. If you need literal tabs in a web form, paste one in or use an editor, because the browser reserves the key.

Why does Tab not work in my terminal or in games?

Both capture it deliberately. Terminals use Tab for filename and command completion, and many games bind it to the scoreboard or map. If the live check detects the key, the hardware is fine and the behavior belongs to the app. Look at that program’s keybinding or completion settings.

Alt+Tab works but Tab alone does nothing. Is the key broken?

No. Alt+Tab reaching the OS proves the physical Tab switch works. Tab alone appearing to do nothing usually means focus moved somewhere you cannot see, or an accessibility setting like Filter Keys swallowed the brief press. Check the widget on this page, then review Sticky Keys and Filter Keys.