There’s something uniquely annoying about a key that should be simple suddenly refusing to cooperate. The Delete key is one of those keys you reach for constantly — clearing text, removing files, cleaning up clutter — and when it stops working on your Windows 11 25H2 PC, it throws a wrench into everything you do. Whether it broke after an update, started failing out of nowhere, or just stopped registering keystrokes, you’re not stuck.
This guide covers 9 proven fixes for the Delete key not working in Windows 11, starting with the easiest solutions and working up to more advanced options. Work through them in order and you’ll almost certainly have your keyboard back to full function before reaching the end.

1. Update Keyboard Drivers
Outdated or corrupted keyboard drivers are one of the most common reasons a specific key stops working. Windows 11 25H2 lets you update drivers directly through Settings or Device Manager — try the Settings route first since it’s simpler.
Step 1: Click the Start menu and open Settings.

Step 2: Select Windows Update from the left sidebar.

Step 3: Click Advanced options in the right pane.

Step 4: Under Additional options, click Optional updates.

Step 5: Check any keyboard-related updates and click Download & install.

Restart your PC after installation and test the Delete key.
Prefer using Device Manager? Here’s how:
Step 1: Open Start, type Device Manager, and launch it.

Step 2: Expand the Keyboards category.
Step 3: Right-click your keyboard (e.g., Standard PS/2 Keyboard) and select Update driver.

Step 4: Choose Search automatically for drivers and let Windows find the latest version.

Restart after updating and check if Delete is working again.
2. Run the Keyboard Troubleshooter
Windows 11 has a dedicated keyboard troubleshooter that can automatically detect and fix common keyboard issues — including unresponsive keys. It only takes about a minute to run.
Step 1: Open Settings from the Start menu.

Step 2: Make sure the System tab is selected in the left sidebar.

Step 3: Scroll down on the right and click Troubleshoot.

Step 4: Click Other troubleshooters.

Step 5: Find Keyboard in the list and click Run.

Follow the on-screen prompts. Once the troubleshooter finishes, test your Delete key.
3. Check for Physical Issues
Before going deeper into software fixes, rule out the obvious: a physical problem with the key itself. Dust, crumbs, and debris can get lodged under keys and prevent them from registering properly.
Examine the Delete key for visible damage. Press it a few times — does it feel normal? Does it spring back up? If it feels sticky, stuck, or makes a grinding sound, you may have a mechanical issue. Try gently cleaning under the key with compressed air. If the key cap is damaged or the mechanism is broken, you may need a professional repair or replacement keyboard.
Tip: If you have a laptop, check your manufacturer’s website for keyboard cleaning guides specific to your model before removing key caps.
4. Connect an External Keyboard
Not sure if it’s a hardware or software problem? Plug in an external USB keyboard and test the Delete key on that.
If Delete works on the external keyboard but not your built-in one, the issue is almost certainly hardware-related — your built-in keyboard’s Delete key switch or mechanism has failed. In that case, software fixes won’t help, and you’ll need to repair or replace the keyboard.
If Delete doesn’t work on the external keyboard either, the problem is likely software or Windows configuration — keep going through the remaining methods below.
5. Force a Keyboard Rescan
Sometimes Windows gets stuck with a corrupted keyboard layout mapping in the registry. Forcing a rescan — either by clearing the Scancode Map registry entry or by running a PowerShell command — can reset things and restore the Delete key.
Method A: Using Registry Editor
Step 1: Open Start, type Registry Editor, and launch it.

Step 2: Click Yes at the UAC prompt.

Step 3: Navigate to the following path:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
Step 4: In the right pane, right-click Scancode Map and choose Delete.

Step 5: Confirm by clicking Yes.

Restart your PC and test the Delete key.
Method B: Using PowerShell
If the Scancode Map entry doesn’t exist, or you’d rather not edit the registry manually, use PowerShell to re-register all app packages and force a keyboard layout refresh.
Step 1: Open Start, type Terminal, right-click it, and select Run as administrator.

Step 2: Click Yes at the UAC prompt.

Step 3: Paste the following command and press Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
After the command finishes, restart your PC and check if Delete is responding.
6. Enable Keyboard and Tablet Input Service
If multiple keys are acting up — not just Delete — the keyboard services that Windows relies on may have been disabled. Re-enabling them can restore full keyboard functionality.
Step 1: Open Start, type Services, and launch the app.

Step 2: Scroll down and double-click Microsoft Keyboard Filter.

Step 3: Set Startup type to Automatic, then click Apply and OK.

Step 4: Repeat the same steps for Touch Keyboard and Handwriting Panel Service.
Restart your computer and test the Delete key.
7. Run DISM and SFC
Corrupted Windows system files can interfere with how input devices — including keyboards — behave. Running DISM followed by SFC will scan for and repair damaged files automatically.
Step 1: Open Start, type Terminal, right-click, and select Run as administrator.

Step 2: Click Yes at the UAC prompt.

Step 3: Click the dropdown arrow and select Command Prompt.

Step 4: Run DISM first:
DISM /Online /Cleanup-Image /RestoreHealth
Step 5: Once DISM completes, run SFC:
sfc /scannow
Wait for both scans to complete, restart your PC, and test the Delete key.
8. Roll Back to a System Restore Point
If your Delete key stopped working after a recent Windows update or software installation, a System Restore can undo those changes and take your system back to a point when everything worked correctly — without affecting your personal files.
Step 1: Open Start, type Control Panel, and launch it.

Step 2: Click Recovery.

Step 3: Click Open System Restore.

Step 4: In the System Restore wizard, click Next.

Step 5: Select a restore point from before the problem started, then click Next.

Step 6: Optionally click Scan for affected programs to see what will change, then click Close.

Step 7: Click Finish to begin the restore.

Your PC will restart as part of the restore process. Once it boots back up, test the Delete key.
9. Reset Your PC
If you’ve tried everything above and the Delete key still isn’t working, a PC reset is your final option. This reinstalls Windows 11 fresh while giving you the choice to keep your personal files. Think of it as a clean slate for your operating system.
Step 1: Open Settings from the Start menu.

Step 2: Select the System tab from the left sidebar.

Step 3: Scroll down and click Recovery.

Step 4: Under Recovery options, click Reset PC.

Step 5: Choose Keep my files to preserve your personal data.

Step 6: Select Cloud download to get a fresh copy of Windows from Microsoft’s servers. (Requires internet; uses 4+ GB of data.)

Step 7: Review the summary and click Next.

Step 8: Click Reset to start the process.

Windows will reinstall itself and restart. Your personal files will be intact, but some installed apps may need to be reinstalled. After the reset, your Delete key should work normally.
Which Fix Should You Try First?
Here’s a quick cheat sheet for choosing where to start:
- Delete key recently stopped working after an update → Start with Method 8 (System Restore) or Method 1 (Driver Update)
- Multiple keys are unresponsive → Try Method 6 (Enable Keyboard Services) or Method 7 (DISM + SFC)
- Key feels sticky or physically odd → Method 3 (Physical Check) first, then Method 4 (External Keyboard)
- Nothing obvious changed — it just stopped working → Work through Methods 1 → 2 → 5 → 7 in order
Conclusion
A non-functioning Delete key is frustrating, but it’s almost always fixable with the right approach. In most cases, updating your keyboard drivers or running the built-in troubleshooter will solve the problem in minutes. If the issue runs deeper — caused by corrupted system files, a misconfigured registry, or a faulty service — the more advanced methods in this guide have you covered.
Work through the fixes from top to bottom, and you’ll very likely have your Delete key back in action without needing to reset your PC. If you do reach Method 9, don’t worry — choosing “Keep my files” means your documents and data stay safe through the process.
Still having keyboard issues after trying all nine methods? It may be time to have your keyboard hardware inspected by a technician — especially if you’re on a laptop where the keyboard is integrated into the chassis.
Support Tech2Geek ❤️
AI-powered search engines are making it harder for small independent blogs like ours to survive. If you find our guides helpful, please consider supporting us.
You can help by sharing our articles or making a small donation.
☕ Make a Small DonationEvery contribution helps us keep creating free tech guides and reviews.


Comments