You heard a beep, a box appeared, and now your Shift key is behaving oddly. You did not install anything. You tapped Shift five times.
That is a real Windows feature with a real shortcut, and the shortcut is armed on almost every machine. It is not a virus and your keyboard is not broken.
I can show you the shortcut, the switch that disarms it, and a way to read whether yours is armed right now.
What Sticky Keys actually does
Worth knowing before you turn it off, because the feature is not the problem.
Documented by Microsoft in its accessibility reference: with it on, "the user can press a modifier key (SHIFT, CTRL, or ALT) and then another key in sequence rather than at the same time".
⭐ So Ctrl and C becomes Ctrl, then C. For anyone who cannot hold two keys at once, that is the difference between using a computer and not.
Microsoft describes the two states it puts a key into: "Pressing a modifier key once latches the key down until the user presses a non-modifier key", and "Pressing a modifier key twice locks the key until the user presses the key a third time."
⛔ Locked is the state that feels like a fault. Every letter arrives capitalized, or every key opens a shortcut, and nothing you type clears it.
The shortcut that turned it on
One line, and it explains the whole accident.
Microsoft lists it plainly: "Shift five times" to "Turn Sticky Keys on or off".
⭐ Five taps of either Shift key, with no other key between them. Nothing else is required and no confirmation is needed on a modern install beyond one dialog.
⚡ Microsoft documents the noise too. A flag on the feature means "the system plays a siren sound when the user turns the StickyKeys feature on or off by using the hot key."
⚠️ That beep is the tell. If you heard it, you triggered the shortcut, and nothing else on your machine did anything unusual.
Turning it off, and disarming the shortcut
Two separate things, and doing only the first is why it comes back.
Go to Settings, Accessibility, Keyboard. Turn Sticky keys off.
⛔ Then turn off the shortcut on the same page. With the feature off but the shortcut armed, five taps brings it straight back.
⭐ Ours, and marked as ours: this is the step everybody skips. People turn the feature off, hit it again a fortnight later, and conclude Windows switched it back on by itself.
⚡ Windows key and U opens Accessibility directly, which saves hunting through Settings.
Ours: reading whether yours is armed right now
The check nobody publishes, and Microsoft supplies the decoder for it.
Ours, and pulled off this desktop. The Sticky Keys settings value came back as 510. Read yours and you will probably see the same number.
Microsoft publishes what each bit means, so you can decode yours. SKF_STICKYKEYSON is 1, SKF_AVAILABLE is 2, SKF_HOTKEYACTIVE is 4, SKF_CONFIRMHOTKEY is 8, SKF_HOTKEYSOUND is 16, SKF_INDICATOR is 32, SKF_AUDIBLEFEEDBACK is 64, SKF_TRISTATE is 128 and SKF_TWOKEYSOFF is 256.
⭐ 510 is every one of those except the first. So the feature itself was off, and the shortcut that switches it on was armed, which is the default state and the one that catches people.
⚡ Read yours the same way, in PowerShell:
Get-ItemProperty "HKCU:\Control Panel\Accessibility\StickyKeys" | Select-Object Flags
⚡ No elevation needed, and nothing is written. An even number means the feature is off. Add 4 to the picture and the five-tap shortcut is live.
The other shortcuts sitting on the same list
Because Sticky Keys is not the only one and the others are hit just as often.
Microsoft lists four more: "Right Shift for eight seconds" turns Filter Keys on and off, "Num lock for five seconds" does Toggle Keys, and "Left Alt+left Shift+Num lock" and "Left Alt+left Shift+Print screen" do Mouse Keys and High Contrast.
⛔ Filter Keys is the nastiest of them. It deliberately ignores brief keystrokes, so a working keyboard starts dropping letters and looks like it is dying.
⚠️ Ours, and read here too: the Filter Keys and Toggle Keys values on this machine showed the same pattern. Feature off, shortcut armed, on all three.
⭐ So disarm the shortcuts you will never use, not just the one that caught you. They are all on the same Accessibility pages.
Why this happens to gamers more than anyone
Not a joke, and it is the single commonest trigger.
⭐ Games use Shift for sprinting, and a sprint that is tapped rather than held is five presses in a second or two.
⚡ The dialog then steals focus from a full screen game, which is how a mid-match freeze gets blamed on the graphics card.
⚠️ Ours: if you game at all, disarm the shortcut as a matter of course. There is no downside if you do not use the feature.
Two different things share this name
Worth one section, because the search results mix them and the fixes have nothing in common.
⭐ This page is about the Windows feature. A beep, a dialog, and modifier keys that latch.
⛔ The other kind is physical. Keys that stick down after a spill are a cleaning job with a clock on it, and no setting helps.
⚡ Ours, and marked as ours. Try a second keyboard on the same PC. One that behaves points at the hardware rather than at Windows.
⚠️ And if you are not sure which keys are really failing, there is a two-minute test that separates them.
What it is genuinely for
Because it is easy to write this feature off, and it should not be.
⭐ It exists for people who cannot press two keys at once. One hand, limited grip, a tremor, a splint, a mouse in the other hand.
⚡ Microsoft documents a courtesy in it as well: a flag that makes "releasing a modifier key that has been pressed in combination with any other key" turn the feature off, so an ordinary two-handed shortcut cancels it automatically.
⭐ Ours: if you break a wrist, this is the first setting to turn on. It is well built, and it is only irritating when nobody meant to enable it.
Status: read and checked 24 August 2026 on Windows 11. Microsoft documents the latch and lock behavior, the Shift five times shortcut, the siren sound on the hot key, the four other accessibility shortcuts quoted, and the full list of Sticky Keys flag values. The value of 510, and the matching pattern on Filter Keys and Toggle Keys, were read on the machine used to write this.
How do I turn off Sticky Keys?
Settings, Accessibility, Keyboard, then turn Sticky keys off. Then turn off the shortcut on the same page, or five taps of Shift will bring it straight back. Windows key and U opens Accessibility directly.
Why does Sticky Keys keep coming back?
Because turning the feature off does not disarm the shortcut. Microsoft documents Shift five times as switching Sticky Keys on or off, and that stays live until you turn the shortcut off separately. That is the step almost everybody misses.
What is the beep when I press Shift five times?
Microsoft documents it as a siren sound the system plays when Sticky Keys is turned on or off using the hot key. If you heard it, the shortcut fired. Nothing else on your machine did anything unusual.
Is Sticky Keys a virus?
No. It is a built-in Windows accessibility feature that lets you press modifier keys in sequence rather than together. The dialog and the beep are Windows, and the shortcut that triggers it is on by default.
The Short Version
- Shift five times turns Sticky Keys on or off. Microsoft documents that shortcut exactly.
- The siren beep is documented too. Hearing it means the shortcut fired.
- Turning the feature off is not enough. Disarm the shortcut on the same page.
- The settings value decodes against Microsoft's published flag list, and 510 means off but armed.
- Four more accessibility shortcuts sit on the same list, including Right Shift for eight seconds.
- Filter Keys is the worst of them, because it makes a working keyboard drop letters.
- Games that use Shift to sprint are the commonest accidental trigger.
- Physically sticky keys after a spill are a different problem with a different fix.
Where to Next
Open Settings, Accessibility, Keyboard and turn the shortcut off, whether or not the feature is on. Thirty seconds, and this never happens to you again.
While you are there, do the same for Filter Keys. That one imitates a failing keyboard convincingly enough to cost somebody a replacement.
If you want to know the state without opening Settings, run the one line above and read the number. It answers the question in five seconds.
And if the beep fires on your machine when you are certain you did not tap Shift, tell me what you were doing at the time. A keyboard sending repeats of its own would explain it and that is worth knowing about.

Isaac Smith is the founder and editor of PC Glance, a website that covers computers, laptops, and technology. He is a tech enthusiast and a computer geek who loves to share his insights and help his readers make smart choices when buying tech gadgets or laptops. He is always curious and updated about the latest tech trends.