Keyboard Shortcuts Windows File Explorer

File Explorer is the file management app built into Windows. Most users navigate it entirely with the mouse, clicking through folders one by one. Keyboard shortcuts inside File Explorer speed up file navigation, renaming, and organization significantly — especially when working with many files.

Opening File Explorer

  Win + E              → Opens File Explorer instantly
  Win → type "explorer" → Enter   (alternative)

Navigation Shortcuts Inside File Explorer

  Alt + Left Arrow     → Go back (previous folder)
  Alt + Right Arrow    → Go forward
  Alt + Up Arrow       → Go up one folder level (parent folder)
  F5 or Ctrl + R       → Refresh the current folder view
  Backspace            → Also goes back one folder (like Alt + Left)

  FOLDER NAVIGATION DIAGRAM:
  C:\Users\Alice\Documents\Projects\
                                 ↑
                         You are here

  Alt + Up →   C:\Users\Alice\Documents\
  Alt + Up →   C:\Users\Alice\
  Alt + Up →   C:\Users\
  Alt + Left → C:\Users\Alice\Documents\  (go forward again)

Address Bar Shortcuts

  Alt + D  or  Ctrl + L  or  F4  → Focus the address bar
  (Type a folder path and press Enter to navigate directly)

  EXAMPLES:
  Alt + D → type "C:\Windows\System32" → Enter
  Alt + D → type "%AppData%" → Enter  (opens Roaming AppData)
  Alt + D → type "\\192.168.1.1" → Enter  (network path)

Searching Within File Explorer

  Ctrl + F  or  F3    → Focus the search box (top-right of Explorer)
                        Type and press Enter to search
                        in the current folder and subfolders

  SEARCH TIPS:
  Type filename part: "report"    → finds all files with "report" in name
  Type extension:    "*.pdf"     → finds all PDF files
  Type modified:     "date:today" → files modified today

File and Folder Operations

  F2               → Rename the selected file or folder
  Delete           → Move selected item to Recycle Bin
  Shift + Delete   → PERMANENTLY delete (skips Recycle Bin — careful!)
  Ctrl + Z         → Undo the last file action (rename, move, delete)
  Ctrl + C         → Copy selected files
  Ctrl + X         → Cut selected files (move)
  Ctrl + V         → Paste files to current location
  Ctrl + D         → Duplicate (in some Explorer versions)
  Enter            → Open selected file or folder
  Alt + Enter      → Open Properties of selected file

Selecting Files

  Click file         → Select one file
  Ctrl + A           → Select ALL files in current folder
  Shift + Click      → Select a range (from last click to this click)
  Ctrl + Click       → Add/remove individual files from selection
  Arrow keys         → Move selection up/down/left/right
  Shift + Arrow      → Extend selection in that direction

Creating New Folders and Files

  Ctrl + Shift + N   → Create a new folder
                       (folder appears with name highlighted for typing)

  Alt + H, then W    → "New" menu in ribbon (Word doc, text file, etc.)

  WORKFLOW — Create and name a folder:
  Navigate to parent location
  → Ctrl + Shift + N
  → Type the folder name
  → Press Enter
  Done.

View and Display Shortcuts

  Ctrl + Shift + 1   → Extra large icons view
  Ctrl + Shift + 2   → Large icons view
  Ctrl + Shift + 3   → Medium icons view
  Ctrl + Shift + 4   → Small icons view
  Ctrl + Shift + 5   → List view
  Ctrl + Shift + 6   → Details view (shows size, date, type)
  Ctrl + Shift + 8   → Tiles view
  Alt + V, then D    → Details pane toggle (shows file info on right)

Opening Multiple Windows

  Ctrl + N           → Open a new File Explorer window
                       (useful to drag-copy files between two folders)

  WORKFLOW — Copy files between two folders:
  Open Explorer → navigate to source folder
  Ctrl + N → second Explorer → navigate to destination
  Win + Left → snap source left
  Win + Right → snap destination right
  Drag files from left to right (hold Ctrl while dragging to COPY)

Quick Reference

  ACTION                        SHORTCUT
  ────────────────────────────────────────────────────────
  Open File Explorer            Win + E
  Go back                       Alt + Left Arrow
  Go forward                    Alt + Right Arrow
  Go up one level               Alt + Up Arrow
  Focus address bar             Alt + D  or  Ctrl + L
  Focus search box              Ctrl + F  or  F3
  Rename file                   F2
  New folder                    Ctrl + Shift + N
  Select all                    Ctrl + A
  Delete (to Recycle Bin)       Delete
  Permanent delete              Shift + Delete
  Undo last file action         Ctrl + Z
  Open Properties               Alt + Enter
  Switch to Details view        Ctrl + Shift + 6

Win + E and F2 are the two File Explorer shortcuts most worth memorizing immediately. Win + E opens Explorer in one keystroke from anywhere, and F2 renames the selected file or folder without requiring a slow double-click on the filename. Together they make file management noticeably faster.

Leave a Comment

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