Skip to the content.

Windows Shortcuts Cheatsheet

A quick-reference guide for essential Windows keyboard shortcuts, covering system navigation, window snapping/management, File Explorer operations, virtual desktops, and web browsing. ## Essential System & Desktop Controls ```text Win # Open or close the Start Menu Win + D # Display and hide the desktop (minimizes all windows) Win + E # Open File Explorer Win + L # Lock your PC or switch users immediately Win + R # Open the "Run" dialog box Win + I # Open Windows System Settings Win + V # Open Clipboard History (must be enabled, stores copied text/images) Win + . (period) # Open the Emoji Panel / special character picker Ctrl + Shift + Esc # Open Task Manager directly Win + PrintScreen # Take a full-screen screenshot and save it directly to Pictures/Screenshots Win + Shift + S # Open Snipping Tool (capture custom snips/cropped screenshots) ``` ## Window Management & Snapping Maximize efficiency by organizing, placing, and snapping open windows on screen. ```text Alt + Tab # Switch between open windows (hold Alt, tap Tab) Alt + F4 # Close the active window (or shut down PC if on Desktop) Win + Up Arrow # Maximize the active window Win + Down Arrow # Restore size / Minimize the active window Win + Left Arrow # Snap active window to left side of screen Win + Right Arrow # Snap active window to right side of screen Win + Shift + Left/Right # Move the active window to another monitor Win + Home # Minimize all windows EXCEPT the active window (shakes window) ``` ## File Explorer Controls ```text Ctrl + N # Open a new File Explorer window Ctrl + W # Close the current File Explorer window Ctrl + Shift + N # Create a new folder Alt + Enter # Open Properties dialog for the selected item F2 # Rename the selected item Backspace # Go up one folder level / Go back Alt + Left Arrow # Go back to the previous folder in history Alt + Right Arrow # Go forward to the next folder in history Alt + Up Arrow # Go up one level in the folder directory F5 # Refresh the current File Explorer view ``` ## Taskbar Operations ```text Win + [1-9] # Launch or switch to the application pinned in position [1-9] on the taskbar Win + Shift + [1-9] # Start a new instance of the application in taskbar position [1-9] Win + T # Cycle through apps on the taskbar Win + B # Set focus to the system tray/notification area ``` ## Virtual Desktops Organize multiple work streams on separate virtual workspaces. ```text Win + Tab # Open Task View (view all desktops and active windows) Win + Ctrl + D # Create and open a new virtual desktop Win + Ctrl + Left Arrow # Switch to the virtual desktop on the left Win + Ctrl + Right Arrow # Switch to the virtual desktop on the right Win + Ctrl + F4 # Close the current active virtual desktop ``` ## Web Browser & Common Tab Operations Standard shortcuts supported by Chrome, Edge, Firefox, and other modern browsers. ```text Ctrl + T # Open a new browser tab Ctrl + W # Close the current tab Ctrl + Shift + T # Reopen the last closed tab (saves you if closed by accident!) Ctrl + L # Set focus to the URL address bar (ready for typing) Ctrl + R or F5 # Reload/Refresh the current webpage Ctrl + Shift + R # Hard reload page, clearing cache Ctrl + Tab # Switch to the next tab on the right Ctrl + Shift + Tab # Switch to the previous tab on the left Ctrl + [1-9] # Switch to the tab in position [1-9] ``` ---