How to Open Files on Windows: Complete Step-by-Step Guide
Windows provides multiple methods for opening files, from simple double-clicks to advanced file association management. Whether you're a beginner or power user, understanding how Windows handles different file types will help you work more efficiently and troubleshoot problems when files won't open. This comprehensive guide covers everything from basic file opening to fixing association issues.
Basic Methods to Open Files
Double-Click to Open
The simplest and most common method:
- Open File Explorer (Windows key + E, or click folder icon in taskbar)
- Navigate to the folder containing your file
- Double-click the file
- Windows opens the file with the default associated application
This method works for most files once their types are properly associated with applications.
Right-Click and Select "Open"
- Right-click the file in File Explorer
- Select Open from the context menu
- File opens with default application
This is functionally identical to double-clicking but useful when double-click selects/renames files instead of opening them.
Press Enter
- Click once to select the file in File Explorer
- Press Enter key
- File opens with default application
Efficient for keyboard-focused workflows.
Drag and Drop onto Application
- Open the application you want to use (Word, Photoshop, VLC, etc.)
- Drag the file from File Explorer
- Drop it onto the application window
- File opens in that specific application
Useful when you want to open a file in a non-default application without changing permanent associations.
Opening Files with Specific Applications
Using "Open With" Menu
To open a file with an application other than the default:
- Right-click the file
- Select Open with
- Choose from the list of recommended apps
- If your desired app isn't listed, click "Choose another app"
One-Time Application Selection
When "Choose another app" dialog appears:
- Select the application you want to use
- Don't check "Always use this app"
- Click OK
The file opens in your selected app, but the default association remains unchanged for future files.
Setting a New Default Application
To permanently change which app opens this file type:
- Right-click the file
- Open with โ Choose another app
- Check "Always use this app to open .[extension] files"
- Select your desired application
- Click OK
Now all files with this extension will open in the selected application by default.
Finding More Apps
If suitable applications aren't installed:
- In the "Choose another app" dialog, scroll down
- Click "Look for another app on this PC" to browse for installed programs
- Or click "Search for an app in the Microsoft Store" to find compatible apps
Managing Default Applications (Windows 11)
Settings App Method
- Open Settings (Windows + I)
- Click Apps in the left sidebar
- Click Default apps
- Scroll down and search for the application you want to configure
- Click the app name
- You'll see all file types and protocols associated with this app
- Click a file type to change its default application
Setting Defaults by File Type
- Settings โ Apps โ Default apps
- Click "Choose defaults by file type"
- Scroll to find your extension (e.g., .pdf, .jpg, .mp3)
- Click the current default app
- Select a new default from the list
Setting Defaults by Protocol
For web links and protocols (http, mailto, etc.):
- Settings โ Apps โ Default apps
- Click "Choose defaults by protocol"
- Find the protocol (HTTP, HTTPS, MAILTO, FTP)
- Select your preferred application
Managing Default Applications (Windows 10)
Settings Method
- Open Settings (Windows + I)
- Click Apps
- Click Default apps in the left sidebar
You'll see categories for:
- Email: Default email client
- Maps: Default maps application
- Music player: Default music app
- Photo viewer: Default image viewer
- Video player: Default video player
- Web browser: Default browser
Click any category and select your preferred application.
Choose Default Apps by File Type
- Settings โ Apps โ Default apps
- Scroll down and click "Choose default apps by file type"
- Find the extension you want to configure
- Click the current default (or "Choose a default")
- Select your preferred application
Common File Types and Applications
Documents
- .docx, .doc: Microsoft Word, LibreOffice Writer, Google Docs (online)
- .xlsx, .xls: Microsoft Excel, LibreOffice Calc, Google Sheets
- .pptx, .ppt: Microsoft PowerPoint, LibreOffice Impress, Google Slides
- .pdf: Adobe Acrobat Reader, Microsoft Edge, Chrome, Foxit Reader
- .txt: Notepad, Notepad++, Visual Studio Code
Images
- .jpg, .jpeg, .png, .gif: Windows Photos, IrfanView, Paint.NET, GIMP
- .psd: Adobe Photoshop, GIMP
- .ai: Adobe Illustrator
- .svg: Web browsers, Inkscape, Adobe Illustrator
Audio
- .mp3, .wav, .flac: Windows Media Player, VLC, foobar2000, Groove Music
- .aac, .m4a: iTunes, VLC, Windows Media Player
Video
- .mp4, .avi, .mkv, .mov: VLC Media Player, Windows Media Player, Movies & TV app
- .wmv: Windows Media Player
Archives
- .zip: Windows (built-in), 7-Zip, WinRAR
- .rar, .7z: 7-Zip, WinRAR, PeaZip
Troubleshooting: File Won't Open
Error: "How do you want to open this file?"
Cause: Windows doesn't have a default application for this file type.
Solution:
- Click "More apps" in the dialog
- Select an appropriate application from the list
- Or install software that handles this file type
- Check our file extension database to find compatible applications
Error: "Windows cannot open this file"
Cause: No application is associated with this extension.
Solution:
- Click "Select an app from a list of installed apps"
- Choose appropriate software
- If no suitable app is installed, search for one online based on the file extension
Wrong Application Opens
Cause: Incorrect file association.
Solution:
- Right-click the file
- Open with โ Choose another app
- Select correct application
- Check "Always use this app"
- Click OK
File Opens but Displays Incorrectly
Possible causes:
- File is corrupted
- Wrong application is opening it
- Application needs updating
- File format is too new for installed software version
Solutions:
- Try opening in alternative application
- Update your software to latest version
- Re-download the file (it may have been corrupted during download)
- Check file extension is correct (rename if necessary)
Resetting File Associations
If file associations are completely broken:
Windows 11/10:
- Settings โ Apps โ Default apps
- Click Reset button at the bottom
- This resets all file associations to Windows defaults
- Reconfigure associations as needed
Using Registry Editor (Advanced):
- Press Windows + R, type
regedit
, press Enter - Navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
- Find the problematic extension folder
- Right-click the extension folder โ Delete
- Restart computer
- Set new association
Warning: Editing the registry can break Windows if done incorrectly. Create a restore point first.
Opening Files from Command Line
For advanced users and automation:
Command Prompt
start "" "C:\path\to\file.pdf"
Opens file with default application.
start excel "C:\path\to\spreadsheet.xlsx"
Opens file with specific application.
PowerShell
Invoke-Item "C:\path\to\file.pdf"
Or simply:
& "C:\path\to\file.pdf"
Opening Multiple Files
start file1.txt file2.txt file3.txt
Security Considerations
- Show file extensions: Enable in File Explorer to see true file types
- Be cautious with executables: .exe, .bat, .com, .scr can contain malware
- Scan downloads: Use Windows Defender or third-party antivirus before opening unknown files
- Verify sources: Only open files from trusted sources
- Update software: Keep applications updated to patch security vulnerabilities
Tips and Tricks
Opening Files from Windows Search
- Press Windows key
- Type filename or content
- Click the file in search results or press Enter
Recent Files
- Open File Explorer
- Click Quick access in sidebar
- See recently opened files
- Double-click to reopen
Opening Files from Within Applications
- Launch application
- Click File โ Open (or press Ctrl + O)
- Browse to file location
- Select file and click Open
Keyboard Shortcuts
- Ctrl + O: Open file dialog in most applications
- Ctrl + N: New file/document
- Alt + Enter: File properties
- Shift + Right-click: Extended context menu with more options
Installing Missing Software
If you can't open a file type, you may need to install compatible software:
Microsoft Store (Recommended for Windows 11)
- Open Microsoft Store app
- Search for file type or application name
- Install free or paid applications
- Store apps automatically integrate with Windows file associations
Third-Party Downloads
- Always download from official websites (vendor's site, not download aggregators)
- Verify digital signatures where possible
- Read reviews before installing unknown software
- Use our file extension database to find recommended applications for specific file types
Popular Free Applications
- LibreOffice: Free Office suite (Word, Excel, PowerPoint alternatives)
- VLC Media Player: Plays almost any audio/video format
- 7-Zip: Free archive manager (ZIP, RAR, 7Z, etc.)
- Adobe Acrobat Reader: PDF viewer
- GIMP: Free image editor (Photoshop alternative)
- Notepad++: Advanced text editor
Opening Files on Network Drives
- Open File Explorer
- Click Network in the left sidebar
- Browse to network computer/drive
- Or type UNC path directly:
\\ServerName\ShareName\file.txt
- Open files as normal
Mapping Network Drives:
- File Explorer โ This PC
- Click Map network drive in ribbon
- Choose drive letter
- Enter network path
- Check "Reconnect at sign-in" for permanent mapping
- Network folder appears as local drive
Understanding how to open files efficiently in Windows is a fundamental skill that improves productivity and reduces frustration. Whether you're using simple double-clicks or managing complex file associations, these techniques will help you work with any file type Windows supports. Remember to keep your software updated, be cautious with unknown file types, and use the right application for each task.