Fix Keyboard Not Typing Problem on Windows 10/11 PC

We earn commissions using affiliate links.

Imagine unboxing a new premium keyboard from Razer, Logitech, Corsair, or Keychron and… nothing types. Before you RMA the board, work through this end-to-end guide. We’ll keep your original images and click-paths but add deeper, technician-level steps: USB controller checks, power management, driver cleanup, HID services, layout pitfalls, firmware/BIOS toggles, and integrity repairs (SFC/DISM). By the end, you’ll know what failed, why, and how to prevent it.


0) Quick Triage (2 Minutes)

  • Try another port: Front vs. rear USB, USB-A vs. USB-C. Prefer motherboard rear I/O.
  • Try another PC (or a phone/tablet via USB-C/OTG for basic HID check).
  • Try another cable (detachable keyboards), remove any hubs/docks/KVM.
  • Wireless? Replace batteries, move 2.4 GHz dongle to a front port with a short extension to avoid interference; re-pair Bluetooth.
  • Check Num/Scroll Lock: Some “not typing” cases are mode or Fn-layer related.
  • Launch On-Screen Keyboard (osk) to keep going if you have no input.

1) Keyboard Not Typing on Windows 10/11: Possible Issues & Fixes

1.1 Damaged/Unsupported USB Port

If your keyboard isn’t working, ensure it’s connected to a healthy port. Some cases:

  • High-draw boards (RGB, USB passthrough) can brown-out weak front-panel headers.
  • USB 2.0 vs 3.x: Legacy boards may enumerate more reliably on USB 2.0.
  • Type-C: Passive C ports on cases sometimes expose only USB 2.0 lanes.

Action: Try all rear I/O ports; avoid hubs/docks for diagnosis. If only some ports fail, update chipset/USB drivers (Section 3.3) and inspect BIOS USB settings (Section 5.3).

1.2 Faulty Wireless or Bluetooth Receiver

For 2.4 GHz dongles:

  • Use a USB extension to move the dongle away from metal chassis and Wi-Fi antennas.
  • Check interference: turn off 2.4 GHz on routers temporarily or switch the router to a clean channel (1/6/11).
  • Replace batteries; toggle 1000 Hz polling down to 125 Hz in vendor software if available (some receivers struggle on poor RF).

For Bluetooth:

  • Remove & re-pair: Settings → Bluetooth & devices → Devices. Delete the keyboard, hold pair on the keyboard, add again.
  • Update the Bluetooth radio driver in Device Manager and disable “Allow the computer to turn off this device” under Power Management (Section 1.4).

1.3 Corrupted or Outdated Driver

Windows uses generic HID drivers for standard keyboards; gaming boards may install vendor filters. Corruption or mismatched filters can break input.

  1. Right-click WindowsDevice Manager.
    Keyboard Not Working Step 1
  2. Expand Keyboards and Human Interface Devices.
    Keyboard Not Working Step 2
  3. Right-click your keyboard → Update driverSearch automatically.
    Keyboard Not Working Step 3
  4. Let Windows pull a fresh HID stack if available.
    Keyboard Not Working Step 4

Clean reinstall (recommended): For each entry under Keyboards and the specific HID Keyboard Device under Human Interface Devices:

  1. Right-click → Uninstall device → check Delete the driver software for this device if offered.
  2. Unplug keyboard → reboot → plug in again to force re-enumeration.

1.4 The Keyboard Is Disabled by a Power-Saving Option

USB Selective Suspend can power-down idle devices.

  1. Open Device Manager.
    Keyboard Not Working Device Manager
  2. Expand Universal Serial Bus controllers.
    Keyboard Not Working Device Manager 2
  3. Double-click each USB Root Hub/Generic USB HubPower Management tab.
    Keyboard Not Working Device Manager 3
  4. Uncheck Allow the computer to turn off this device to save powerOK.

Also disable Selective Suspend globally:

  1. Control Panel → Power Options → Change plan settings → Change advanced power settings.
  2. USB settings → USB selective suspend settingDisabled (Battery & Plugged in).

1.5 Fast Startup Caused the Issue

Hybrid boot can leave USB/HID in a weird state after updates or driver changes. Disable and retest.

  1. Right-click WindowsPower Options.
    Keyboard Not Working Power Options
  2. Click Additional power settings.
    Keyboard Not Working Power Options 2
  3. Choose what the power buttons do.
    Keyboard Not Working Power Options 3
  4. Change settings that are currently unavailable.
    Keyboard Not Working Power Options 4
  5. Untick Turn on fast startupSave changes → reboot.
    Keyboard Not Working Power Options 5

1.6 The Filter Keys Issue

Filter Keys can suppress repeats and short presses; sometimes it blocks input entirely.

  1. Right-click WindowsSettings.
    Keyboard Not Working Filter Keys
  2. Go to Ease of Access (Windows 10) / Accessibility (Windows 11).
    Keyboard Not Working Filter Keys 2
  3. Open Keyboard settings.
    Keyboard Not Working Filter Keys 3
  4. Turn Filter Keys off and uncheck the shortcut toggle.
    Keyboard Not Working Filter Keys 4

1.7 Newest Windows Update Regressions

Occasionally a cumulative update breaks HID for certain vendors. If the keyboard failed immediately after an update, roll it back:

  1. Right-click WindowsSettings → Update & Security (Windows 10) / Windows Update (Windows 11).
    Keyboard Not Working Windows Update
  2. View update historyUninstall updates.
    Keyboard Not Working Windows Update 2
  3. Select the most recent quality update → Uninstall → reboot.
    Keyboard Not Working Windows Update 3
  4. Test the keyboard; pause updates temporarily until a fixed build ships.
    Keyboard Not Working Windows Update 4

1.8 Physical Damage

Check for bent pins on detachable cables, liquid residue, or heavy particulate. For hot-swap boards, reseat the switch that isn’t registering. If the board fails on multiple hosts/OSes, it’s likely hardware and should be RMA’d.


2) Layout, Language & Input Method Pitfalls

  • Wrong layout active: Settings → Time & Language → Language & Region. Remove layouts you don’t use, ensure the correct one is default (e.g., US, UK, DE, SE).
  • IME conflict: For multi-language input methods, toggle with Win+Space and test in Notepad.
  • Vendor Fn layers: Some boards have OS/Win/Mac mode toggles. Switch to Windows mode (often Fn+A/S or physical switch).

3) Driver & Service Deep Clean (HID, Vendor Suites, USB Controllers)

3.1 Remove Conflicting Vendor Suites

Uninstall old versions of G HUB, Razer Synapse, Corsair iCUE, SteelSeries GG, etc., then reboot. Reinstall only the current version for your board. Mixing multiple vendor hooks can break HID filters.

3.2 Reset HID & Keyboard Classes

  1. In Device Manager, under Keyboards and Human Interface Devices, Uninstall device for all “HID Keyboard Device” entries. Reboot.
  2. Check registry filters (advanced, create a restore point first):
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\
{4D36E96B-E325-11CE-BFC1-08002BE10318}   # Keyboards
{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}   # HIDClass

If UpperFilters/LowerFilters reference removed software, delete those specific filter values (do not delete the entire class key). Reboot.

3.3 Update Chipset & USB Controller Drivers

Get the latest AMD Chipset or Intel INF/ME drivers from the motherboard/laptop vendor support page. These govern USB power states and enumeration stability, especially after big Windows updates.


4) System Integrity & Startup Conflicts

4.1 System File Checker & DISM

cmd (Run as Administrator):
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

Reboot. These fix corrupted components that can impact HID services.

4.2 Clean Boot to Isolate Conflicts

  1. Press Win+Rmsconfig.
  2. On Services tab → check Hide all Microsoft servicesDisable all.
  3. Open Task Manager → Startup tab → Disable non-essential apps.
  4. Reboot and test. Re-enable groups to find the culprit.

4.3 HID & Keyboard Services

Ensure these services are running (services.msc):

  • Human Interface Device Service (hidserv)
  • Device Association Service (DeviceAssociationService)
  • Device Install Service (DeviceInstall)

5) Firmware/BIOS/UEFI Considerations

5.1 Test in UEFI Setup

Can you navigate BIOS with the keyboard (arrow keys, Enter)? If it fails in BIOS too, it’s likely hardware or a low-level USB issue.

5.2 Fast Boot & Legacy USB Support

  • Disable Fast Boot in BIOS to allow full USB init.
  • Enable Legacy USB/CSM if your board doesn’t enumerate during pre-boot.

5.3 Update BIOS/UEFI & Peripheral Firmware

Install the latest BIOS and, if available, keyboard firmware via vendor utility. Firmware often resolves NKRO/report rate quirks on certain chipsets.


6) Advanced Power Management & Wake Settings

  • Disable device sleep: Device Manager → under Keyboards and USB controllers → Power Management tab → uncheck power-off option (Section 1.4).
  • Prevent sleep from breaking HID: powercfg -h off (disables hibernation/Fast Startup). Re-enable with powercfg -h on after testing.
  • Wake behavior: powercfg -devicequery wake_armed and powercfg -deviceenablewake "HID Keyboard Device" if you want the keyboard to wake PC.

7) Safe Mode, Recovery & Rollback

  • Safe Mode with Networking: If the keyboard works here, third-party software is the issue. Remove recent drivers/suites.
  • System Restore: Roll back to a point before failure: Control Panel → Recovery → Open System Restore.
  • In-place repair install (last resort) keeps files/apps while refreshing Windows components.

8) Vendor-Specific Notes (Gaming & Office Boards)

  • Polling rate & NKRO: Some low-end chipsets/USB hubs cannot handle 1000 Hz. Lower to 125–250 Hz in vendor app; toggle 6-key rollover if BIOS/menu input is flaky.
  • Mode switches: Windows/Mac toggles, function layers, and onboard profiles can disable keys. Reset to defaults (often Fn+Esc for 5s; check manual).
  • Unsigned filters: Secure Boot can block older drivers. Update the suite or use the signed package.

9) Diagnostics Checklist & Table

Symptom Likely Cause Fix
No keys work; RGB on Driver/filter conflict; power state stuck Uninstall HID & vendor drivers; disable Fast Startup; clean boot
Works in BIOS, not in Windows OS driver/service issue Reinstall HID, run SFC/DISM, check services
Works on other PC only Host controller/OS corruption Chipset/USB driver update; rollback Windows update
Random dropouts USB Selective Suspend; RF interference Disable selective suspend; move dongle; change RF channel
Some keys dead Hot-swap switch or debris Reseat/replace switch; clean board; RMA if persistent
Only certain apps ignore keys IME/layout/app shortcut collision Fix layout/IME; disable app-level binds

10) Driver Update Path

  1. Right-click on Windows and click on Device Manager.
    Keyboard Not Working Step 1
  2. Find your keyboard under “Keyboards.“
    Keyboard Not Working Step 2
  3. Right-click the keyboard → Update Driver.
    Keyboard Not Working Step 3
  4. Select “Search automatically for drivers“.
    Keyboard Not Working Step 4

Power-Saving Option Path (Your Original Steps)

  1. Open Device Manager.
    Keyboard Not Working Device Manager
  2. Expand Universal Serial Bus controllers.
    Keyboard Not Working Device Manager 2
  3. Open the USB port (hub) → Power Management.
    Keyboard Not Working Device Manager 3
  4. Uncheck “Allow the computer to turn off this device to save power“ → OK.

Disable Fast Startup (Your Original Steps)

  1. Right-click WindowsPower Options.
    Keyboard Not Working Power Options
  2. Click “Additional Power Settings“.
    Keyboard Not Working Power Options 2
  3. Select “Choose what the power buttons do“.
    Keyboard Not Working Power Options 3
  4. Click “Change settings that are currently unavailable“.
    Keyboard Not Working Power Options 4
  5. Untick “Turn on fast startup“ → Save changes → reboot.
    Keyboard Not Working Power Options 5

Disable Filter Keys (Your Original Steps)

  1. Right-click WindowsSettings.
    Keyboard Not Working Filter Keys
  2. Ease of Access / AccessibilityKeyboard.
    Keyboard Not Working Filter Keys 2
  3. Turn off Filter Keys and its shortcut.
    Keyboard Not Working Filter Keys 3
  4. Close Settings and test.
    Keyboard Not Working Filter Keys 4

Uninstall a Problematic Update (Your Original Steps)

  1. Settings → Update & Security / Windows Update.
    Keyboard Not Working Windows Update
  2. View update historyUninstall updates.
    Keyboard Not Working Windows Update 2
  3. Select latest update → Uninstall.
    Keyboard Not Working Windows Update 3
  4. Restart and re-test.
    Keyboard Not Working Windows Update 4

11) Prevention & Best Practices

  • Keep chipset/USB and BIOS updated from the system/motherboard vendor.
  • Avoid daisy-chaining through unpowered hubs; use rear I/O for critical devices.
  • Limit concurrent vendor suites; keep only the one you need.
  • Back up custom macros/profiles; after Windows feature updates, reinstall the vendor app cleanly.

2. Bottom Line

“Keyboard not typing” problems are rarely random. They trace back to USB power states, driver filters, Fast Startup, recent updates, or RF interference (for wireless). Start with port/cable swaps, eliminate power-saving, clean out HID drivers, disable Fast Startup, and confirm in BIOS. When in doubt, SFC/DISM and a clean boot isolate software conflicts. If the board fails on multiple hosts—even at BIOS—initiate an RMA.

Did you manage to fix the issue on Windows 10/11? Share what solved it for you—we’ll keep this guide evolving with real-world fixes.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *