Windows 11 Virtual Desktops Not Working — What's Going On?
Windows 11 virtual desktops (also called Task View desktops) should let you organise apps across multiple desktop spaces using Win+Tab or Win+Ctrl+D. When they stop working — missing from Task View, keyboard shortcuts not responding, desktops disappearing on restart, or wallpapers not applying per-desktop — it's usually caused by a corrupted shell experience host, a Group Policy restriction, or a Windows Update regression. This guide fixes all of these in order.
Quick Fix: Restart Windows Explorer
The virtual desktop feature is part of the Windows shell. If Task View is unresponsive or the keyboard shortcuts do nothing, restart the shell first:
Open Task Manager (Ctrl+Shift+Esc) → Details tab → find explorer.exe → right-click → End task
Then: File → Run new task → type explorer.exe → OK
Or via Command Prompt (Admin):
taskkill /f /im explorer.exe
start explorer.exe
Test Win+Tab and Win+Ctrl+D after the shell restarts.
Step 1: Check If Virtual Desktops Are Disabled by Policy
On business PCs or systems that received Group Policy updates, virtual desktops can be explicitly disabled:
Open Registry Editor (Win+R → regedit) and navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer
If you see a DWORD value named HideTaskViewButton set to 1, that's the cause. If you have administrator rights, change it to 0, or delete the key entirely, then restart Explorer.
Also check:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Look for ShowTaskViewButton — if it's set to 0, set it to 1 and restart Explorer.
Step 2: Re-enable Task View Button on Taskbar
The Task View button can be hidden from the taskbar, making it look like the feature is broken:
Right-click an empty area of the taskbar → Taskbar settings → under Taskbar items, toggle Task View to On.
Even if the Task View button isn't showing, the keyboard shortcuts still work: Win+Tab (open Task View), Win+Ctrl+D (new desktop), Win+Ctrl+Right/Left arrow (switch between desktops), Win+Ctrl+F4 (close current desktop).
Step 3: Fix Virtual Desktop Keyboard Shortcuts Not Working
If Win+Ctrl+D or other virtual desktop shortcuts do nothing, a third-party app may be intercepting the hotkey:
1. Check if any keyboard remapping software is active: AutoHotkey scripts, SharpKeys, PowerToys Keyboard Manager, or gaming software (Razer Synapse, Logitech G Hub, ASUS Armoury Crate)
2. Disable those apps temporarily and test the shortcuts
3. If PowerToys Keyboard Manager has remapped Win+Ctrl+D or Win+Tab, open PowerToys → Keyboard Manager → check for conflicting remaps
4. Also check: Settings → Accessibility → Keyboard → ensure no Sticky Keys or Filter Keys are interfering
Step 4: Fix Virtual Desktops Disappearing on Restart
Windows 11 does NOT save virtual desktops across restarts by default — they are session-only. However, apps on those desktops should reopen on the correct desktop if:
- The app supports Windows desktop awareness (most modern apps do)
- You have "Restart apps" enabled: Settings → Accounts → Sign-in options → enable "Automatically save my restartable apps and restart them when I sign back in"
For apps that always reopen on Desktop 1 regardless of this setting, there is no built-in Windows fix — this is a known limitation. Third-party tools like VirtualDesktopManager (Microsoft Store) can help persist app placement.
Step 5: Fix Per-Desktop Wallpapers Not Working
Windows 11 lets you set different wallpapers for each virtual desktop. If wallpapers keep reverting to the same image on all desktops:
1. Right-click the desktop of the virtual desktop you want to customise
2. Select Personalise your background
3. Choose a different wallpaper — it applies to the current desktop only
If wallpapers still sync across all desktops, check:
HKEY_CURRENT_USER\Control Panel\Desktop
Look for TranscodedImageCache_000 entries — these store per-desktop wallpaper data. Deleting and recreating them via the UI (not the registry directly) is the safest fix.
Also: ensure you're not using a slideshow wallpaper — slideshow overrides per-desktop settings.
Step 6: Repair Windows System Files
If Task View crashes, freezes, or shows a blank pane, the Windows shell may have corrupted files:
sfc /scannow
Run in Command Prompt (Admin). If it reports errors it couldn't fix:
DISM /Online /Cleanup-Image /RestoreHealth
This downloads replacement files from Windows Update. Restart after completion and test Task View again.
Step 7: Re-register the Shell Experience Host
The virtual desktop feature is hosted in ShellExperienceHost.exe. If it's corrupted, Task View may crash on open:
# Re-register via PowerShell (Admin)
Get-AppXPackage -AllUsers -Name Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
This re-registers the Shell Experience Host package without uninstalling it. Restart after running.
If Task View still crashes, check Event Viewer (eventvwr.msc) → Windows Logs → Application → look for errors from ShellExperienceHost at the time of the crash for more specific diagnosis.
Step 8: Check for Windows Update Regressions
Several Windows 11 updates have temporarily broken Task View:
- KB5043145 (September 2024) — fixed a Task View crash on multi-monitor setups
- KB5031445 (October 2023) — introduced a bug where virtual desktops lost their app layouts
If virtual desktops stopped working after a specific update: Settings → Windows Update → Update history → Uninstall updates → uninstall the most recent cumulative update → test → if it works, wait for the next cumulative update which usually includes the fix.
Need Windows 11 Expert Help?
Virtual desktop issues tied to Group Policy, corrupted shell components, or complex multi-monitor configurations can be tricky to diagnose remotely. CloudHouse Technologies' pay-per-ticket Windows support gives you direct access to a Windows specialist who can diagnose and fix the issue on your specific setup.
