What’s actually slowing this PC down?
Pick the symptom - the matching free tool is one click away.
The Win + X menu is Windows 11’s Start-button context menu, also called the power-user menu. It normally appears when you right-click Start or press Windows+X, and provides shortcuts to Terminal, Task Manager, Disk Management, Device Manager, and other administrative tools.
If nothing happens, the menu opens and closes immediately, or several entries are missing, identify which type of problem you have before changing system files. Windows 11 versions from 22H2 onward may open Command Prompt and PowerShell inside Windows Terminal by design, and organization policies can also remove or restrict Start-menu components.
First, check whether the menu itself is broken
- Right-click the Start button.
- Press Windows+X.
- Open Windows Terminal from the Start menu, then test whether it launches normally.
If right-clicking Start works but the keyboard shortcut does not, test another keyboard or the Windows key. If neither method opens the menu, continue with the steps below. If the menu opens but only Command Prompt or PowerShell appears to be missing, go directly to the Windows Terminal section.
1. Restart Windows Explorer
The Win+X menu is part of the Windows shell. A stuck or crashed explorer.exe process can affect Start, the taskbar, and the power-user menu at the same time.
#1 Best Overall
- Reliable Plug and Play: The USB receiver provides a reliable wireless connection up to 33 ft (1), so you can forget about drop-outs and delays and you can take it wherever you use your computer
- Type in Comfort: The design of this keyboard creates a comfortable typing experience thanks to the low-profile, quiet keys and standard layout with full-size F-keys, number pad, and arrow keys
- Durable and Resilient: This full-size wireless keyboard features a spill-resistant design (2), durable keys and sturdy tilt legs with adjustable height
- Long Battery Life: MK270 combo features a 36-month keyboard and 12-month mouse battery life (3), along with on/off switches allowing you to go months without the hassle of changing batteries
- Easy to Use: This wireless keyboard and mouse combo features 8 multimedia hotkeys for instant access to the Internet, email, play/pause, and volume so you can easily check out your favorite sites
- Press Ctrl+Shift+Esc to open Task Manager.
- If necessary, select More details.
- Find Windows Explorer under Processes.
- Right-click it and select Restart.
The taskbar and desktop may disappear briefly. Test Windows+X again after they return. This is a temporary diagnostic step; it does not repair damaged files or policy settings.
2. Install pending Windows updates and check the build
Microsoft’s Start-menu troubleshooting guidance recommends checking updates and identifying the installed Windows version, particularly when the problem began after an update.
- Open Settings > Windows Update.
- Select Check for updates.
- Install available updates and restart the computer.
- Press Windows+R, enter
winver, and press Enter.
You can also check the operating-system version from PowerShell. Open PowerShell from the Start search or Windows Terminal and run:
[System.Environment]::OSVersion.Version
Record the Windows version, OS build, and the date the Win+X problem started. If the failure began immediately after a particular update, that timing is useful when checking Microsoft’s release notes or an organization’s change history. Do not remove an update solely because the dates match; first confirm whether the issue affects other users or is documented for that build.
Do these 3 things before closing this tab:
1Clear out junk files and repair common Windows errors2Fix the driver behind crashes, sound loss and screen glitches3Repair Windows errors before they cause bigger problems3. Check the Windows Terminal setting
On Windows 11 version 22H2 and later, with Windows Terminal available, Command Prompt, Windows PowerShell, and other console applications open in Windows Terminal by default. As a result, a Win+X entry may look different from an older Windows installation without indicating that the menu is broken.
To choose the legacy console host:
- Open Start > Settings > System > Advanced > Terminal.
- Set the terminal application to Windows Console Host.
You can make the equivalent change inside Terminal:
Rank #2
- Dependable wireless connection: Enjoy the reliability and convenience of 2.4 GHz connectivity with your logitech wireless keyboard and mouse combo, wireless range up to 10 meters away at home, or work.
- Full-Size Wireless Keyboard: Comfortable, quiet typing on a familiar keyboard layout with palm rest, spill-resistant design, and media keys. This wireless keyboard and mouse logitech has easy-access to media keys
- Plug and Play: MK345 works seamlessly with Windows, macOS, and ChromeOS. Experience hassle-free setup with the logitech mk345 wireless combo and wireless keyboard mouse combo for various operating systems.
- Long-lasting Battery: The MK345 combo offers a full size keyboard battery life of up to 3 years and a mouse battery life of 18 months (1); batteries included
- Comfortable Right-handed Mouse: This wireless USB mouse with dongle works well for this wireless mouse and keyboard combo, featuring a contoured shape for all-day comfort and smooth, precise tracking and scrolling for easier navigation.
- Open Windows Terminal.
- Select the menu arrow on the tab bar and choose Settings.
- Open the Startup tab.
- For Default terminal application, select Windows Console Host.
- Save the setting and test the Win+X entries again.
This changes where console programs open. It does not restore a completely missing Win+X menu.
4. Check whether a policy removed the menu
On a work or school computer, Group Policy or mobile-device management can change Start behavior, restrict access to folders or registry keys, or remove the entire Start context menu. Ask your administrator before changing policy settings on a managed device.
Free tools Windows power users keep installed
One-click scans. No signup required.
The policy that removes the complete menu is located at:
User Configuration > Administrative Templates > Start Menu and Taskbar > Remove the context menu for the Start menu
If this policy is Enabled, Windows removes the Start-button context menu. Set it to Not configured or Disabled, subject to your organization’s rules, then sign out and back in or restart Windows.
Current Microsoft guidance does not identify separate Group Policy settings for hiding individual Win+X entries. Therefore, if only one item is absent, do not assume that a policy is deliberately hiding that one shortcut.
Rank #3
- 【Ergonomic Wireless Keyboard Mouse 】: Wireless ergonomic keyboard is equipped with adjustable height tilt legs to increase comfort and prevent your wrists injury when typing for a long time. The full size wireless keyboard with numeric keypad and 12 multimedia shortcut keys, such as play/ pause, volume increase and decrease, and email, to help you improve work efficiency
- 【Stable & Reliable Wireless Connection】: This wireless keyboard and mouse combo share the same USB receiver(stored in the mouse), and they can also be used separately. Plug & play, no need to download any software, 2.4 GHz wireless provides a powerful and reliable connection up to 33 feet(10m) without any delays.You can enjoy the convenience and freedom of wireless connection at home or at work
- 【Comfortable Optical Mouse】: This compact lightweight wireless mouse features a hand-friendly contoured shape for all-day comfort, and smooth, precise tracking.1600 DPI to meet your daily needs. Perfect for home & office work and entertainment
- 【Long Battery Life】: Up to 365 Days of battery life for keyboard and mouse wireless, say goodbye to the hassle of charging cables and replacing batteries. After 10 minutes of inactivity, the wireless keyboard mouse combo will automatically go into sleep mode to save energy. The wireless keyboard requires one AAA battery, and the wireless mouse requires one AA battery.
- 【Less Noise, More Quiet Keys】: Soft membrane keys provide a quiet and comfortable typing experience, So you can type with confidence on a wireless keyboard crafted for comfort, precision and fluidity. The wireless mouse adopts silent micro-motion technology, which is almost completely silent when clicked. No more concerns about disturbing others.
5. Reset local Group Policy only when it is appropriate
If this is a personal PC and you recently changed local Group Policy, resetting the local policy folders can test whether a local policy is responsible. This is not a universally harmless repair: it removes the stored local Group Policy settings, and domain or MDM policies may reapply their settings later.
Open Command Prompt as administrator and run these commands exactly:
RD /S /Q "%WinDir%System32GroupPolicyUsers" && RD /S /Q "%WinDir%System32GroupPolicy"
Then run:
gpupdate /force
Restart the computer. This resets the folders that store local Group Policy settings. It does not reset policies under Windows Security or Local Security Policy, which are stored separately. On a domain-joined or MDM-managed computer, contact IT instead; organizational policy can continue to restrict the shell even after local policy storage is removed.
6. Look for Explorer and taskbar crashes
If Win+X fails along with Start, the taskbar, desktop icons, or File Explorer, inspect the shell crash records rather than treating the menu as an isolated shortcut problem.
- Press Windows+R, enter
eventvwr.msc, and press Enter. - Open Windows Logs > Application.
- Look for recent errors involving
explorer.exeor the taskbar. - Pay particular attention to Event IDs 1000 and 1001.
Also check the Windows Error Reporting folders:
C:ProgramDataMicrosoftWindowsWERReportArchive
C:ProgramDataMicrosoftWindowsWERReportQueue
These records can show whether the shell is crashing, which is more actionable than repeatedly recreating shortcut folders.
7. Do not rely on old WinX-folder repair guides
Many older instructions tell you to delete or recreate:
Rank #4
- The keyboard's sleek and stylish design features low-profile, whisper-quiet keys that provide a comfortable typing experience, suitable for those seeking a Logitech wireless keyboard and mouse combo or quiet keyboard enthusiasts
- Logitech advanced 2.4 GHz wireless connectivity gives you the reliability of a cord plus wireless convenience; suitable for a keyboard and mouse wireless setup with fast data transmission, virtually no delays or dropouts, and wireless encryption
- The ambidextrous portable mouse with plug-and-forget nano-receiver storage integrates seamlessly into any wireless keyboard mouse combo, letting you stay connected as you roam around your home, in the office, and all points in between
- You can go up to 24 months for the keyboard and up to 12 months for the mouse without the hassle of changing batteries. The wireless mouse and keyboard combo puts power management in your hands. Battery life varies with use and conditions
- Want to play your favorite movie, skip a boring song, or jump to Taobao? It's all at your fingertips with the logitech keyboard wireless and 11 hot keys plus 4 programmable F-keys for instant multimedia access
%LocalAppData%MicrosoftWindowsWinX
and its Group1, Group2, and Group3 folders. That was relevant to historical Windows versions and some update-specific problems, but it is not a dependable general repair for the current Windows 11 Win+X menu. Modern Start and Win+X components are packaged/XAML components and are not reliably rebuilt from those shortcut folders.
There was a documented, update-specific Windows 11 problem involving the June 2022 cumulative update KB5014668, where custom Win+X links disappeared. Historical reports also described copying the default user’s Group3 contents on build 22000.795 to restore missing Terminal entries. Those reports concern particular 2022 builds and should not be treated as a current Windows 11 fix.
Recommended Free Tools
In particular, do not delete the WinX folders as a first step. You may remove custom shortcuts without repairing the packaged menu, and you make useful diagnostic evidence harder to preserve.
8. Use system repair tools only when the symptoms indicate broader corruption
Microsoft’s current Win+X and Start troubleshooting guidance does not present SFC or DISM as a guaranteed repair for a Win+X-only failure. If Start, the taskbar, Explorer, and other Windows components are also failing, system-file repair may be reasonable as part of broader Windows troubleshooting. It should not replace checking updates, policies, permissions, and crash logs.
Before running repair commands, save your work and open an elevated Command Prompt. If you use these tools, follow Microsoft’s current instructions for your Windows build and record any error codes. A Win+X menu that alone does not open is more likely to require shell, policy, update, or profile investigation than an automatic SFC/DISM cycle.
Independent reader supportYour contribution helps us test, update, and keep practical guides available for everyone.9. Test with another user profile
A new local profile can distinguish a damaged per-user shell configuration from a system-wide problem.
Outdated Drivers Are Slowing You Down
One free scan finds every outdated or missing driver and matches the right update for your exact hardware.Free scan · exact hardware matchWindows Errors? Fix Them Before They Spread
Repair common Windows errors and clear accumulated junk for a smoother, more stable PC - no reinstall needed.Free scan · no reinstallBest Value
- Precision Typing: An instantly familiar experience, type with ease and comfort on this full-size wireless keyboard, featuring reduced noise, palm rest, spill-resistant design (1), adjustable tilt legs
- Built For Comfort: The sleek combo's wireless mouse features an ambidextrous shape and soft rubber side grips that fit comfortably in your palm, as well as enhanced tracking and precise cursor control
- Long-Lasting Autonomy: The wireless keyboard and mouse set come with long-lasting battery life, with the keyboard lasting up to 36 months and the wireless mouse for up to 18 months (3)
- Customized Control: Enhanced productivity at your fingertips, the computer keyboard comes built with convenient, essential hotkeys providing direct access to media, calculator, battery check functions
- Wireless Freedom: Plug-and-play your keyboard and mouse with the mini Logitech Unifying USB receiver, for a reliable wireless connection up to 33 ft away from your PC or laptop (2)
- Open Settings > Accounts > Other users.
- Select Add account and create a test account. You can choose the option to add a user without a Microsoft account if appropriate.
- Sign out of your current account and sign in to the test account.
- Press Windows+X.
If the menu works in the test profile, the Windows installation may be healthy while the original profile has a user-specific shell or policy problem. Do not immediately delete the original profile; copy or back up personal data first and investigate the profile-specific changes.
Which fix fits which symptom?
| Symptom | Most useful next step |
|---|---|
| Neither right-click Start nor Windows+X opens the menu | Restart Explorer, install updates, check policy, and inspect Event Viewer. |
| Only Command Prompt or PowerShell appears different | Check the Windows Terminal default terminal application. |
| Start and the taskbar also stop responding | Check Explorer/taskbar crash events, especially Event IDs 1000 and 1001. |
| The problem affects a work or school PC | Ask the administrator to review Group Policy or MDM changes. |
| The menu works for another user | Investigate the original user profile rather than deleting system folders. |
| Only custom shortcuts disappeared | Check whether the issue corresponds to a historical update-specific bug; do not assume WinX folders are the current menu source. |
FAQ
What is the Win+X menu in Windows 11?
Win+X is the Start-button context menu, also known as the power-user menu. Press Windows+X or right-click Start to open it.
Why are Command Prompt and PowerShell missing from Win+X?
Windows 11 version 22H2 and later commonly open console applications in Windows Terminal. Check Settings > System > Advanced > Terminal and select Windows Console Host if you want the legacy console behavior.
Can I rebuild the Windows 11 Win+X menu by deleting the WinX folder?
Not reliably. Current Windows 11 Start and Win+X components are packaged components and are not dependably rebuilt from %LocalAppData%MicrosoftWindowsWinX. Old Group1, Group2, and Group3 instructions often apply to historical versions or specific bugs.
Can Group Policy disable Win+X?
Yes. The relevant policy is User Configuration > Administrative Templates > Start Menu and Taskbar > Remove the context menu for the Start menu. On a managed PC, ask IT before changing it.
Should I run SFC and DISM first?
No. They are not a Microsoft-confirmed Win+X-specific fix. First check updates, the Windows version, Terminal behavior, Group Policy or MDM changes, and Explorer crash logs. Consider system-file repair only when broader Windows corruption is suspected.
The Bottom Line
Start with the least invasive checks: restart Windows Explorer, install pending updates, confirm the Windows build with winver, and verify whether Windows Terminal is simply replacing the legacy console entries. If the entire menu is absent, investigate the Start-menu policy and Explorer crash logs. Avoid deleting WinX shortcut folders based on old Windows 10 or early Windows 11 guides; that is not a dependable repair for the current packaged Win+X component.
Quick Recap
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.

