I updated my windows to Dev channel and everything back to normal.
Start menu not taking any input from keyboard.
I am unable to search anything in the start menu on my windows 11 laptop. I have rebooted, restarted search service multiple times.
My windows version: 24H2 (OS Build 26200.5622)
I am on the insider build on dev channel (I want to go out of insider build or at least to Beta Channel, but don't know how without reinstalling windows).
My latest update is failing with below update:
Cumulative Update for Windows 11 Insider Preview (10.0.26200.5651) (KB5060818)
Install error - 0x80070005
Unable to type here (but in all other apps it works just fine):
Windows 11
3 answers
Sort by: Oldest
-
-
Sayak Mukhopadhyay 6 Reputation points
2025-06-15T08:36:28.1833333+00:00 I am on the beta channel and I have the same issues. At least it's a known issue (see https://blogs.windows.com/windows-insider/2025/06/13/announcing-windows-11-insider-preview-build-26120-4441-beta-channel/).
As for switching channels, sometimes, the same build is flighted to both the beta and dev channels like it happened a few months earlier (see https://blogs.windows.com/windows-insider/2025/01/31/announcing-windows-11-insider-preview-build-26120-3073-dev-and-beta-channels/) and that is the time when you can switch channels without needing to reinstall.
-
Henry Mai 795 Reputation points
2025-06-16T12:43:32.35+00:00 Hi, I'm Henry, and I'd love to share my perspective on this issue.
Let's focus on repairing the system, as this should resolve both issues simultaneously.
I recommend repairing core Windows components. Please execute the following commands in order:
Right-click the Start button and select Terminal (Admin).
- In the command window, type the following command and press Enter. This will scan for and repair protected system files.
sfc /scannow
- After the scan completes, run the next command. This repairs the underlying Windows component store, which SFC uses.
DISM /Online /Cleanup-Image /RestoreHealth
- Once the DISM command finishes, restart your computer.
This two-step process resolves the vast majority of issues related to unresponsive system elements and update failures caused by corruption. After the reboot, your Start Menu search and Windows Update should function correctly.
Hope this helps you.
- In the command window, type the following command and press Enter. This will scan for and repair protected system files.