We see this problem regularly in remote support. You double-click a photo in File Explorer and nothing happens. Or the Photos app starts but crashes before loading your image. Frustrating doesn't cover it. The good news? We've fixed hundreds of these cases, and most come down to a handful of fixable issues: corrupted app data, broken file type associations, outdated Windows components, or conflicts with third-party software.
TL;DR
Photos app not opening Windows 11 usually stems from corrupted app files or wrong default associations. Start by repairing the app (Settings > Apps > Installed apps > Photos > Advanced options > Repair). If that fails, reset file associations, update Windows, and run SFC scans. Most cases resolve in under an hour without needing to reinstall Windows.
Key Takeaways
- Corrupted Photos app data is the most common cause; repair it first before reinstalling
- File type associations breaking is nearly as common; resetting defaults fixes many cases immediately
- Windows component store corruption affects UWP apps like Photos; run SFC and DISM to repair
- Third-party software like security suites or codec packs can block Photos; clean boot isolates the culprit
- Most fixes take 5-45 minutes and don't require advanced technical knowledge
At a Glance
- Difficulty: Medium
- Time Required: 15-45 mins
- Success Rate: 75-85% of users with these fixes
What Causes Photos App Not Opening Windows 11?
The Photos app on Windows 11 depends on several layers to work properly. At the top level sits the Photos application itself, which pulls from the Microsoft Store framework underneath. Below that you've got the Universal Windows Platform (UWP) infrastructure, Windows component store, system file integrity, and file type associations that tell Windows which app should handle a .jpg or .png file. Break any one of these layers and Photos stops working.
Corrupted app data is the culprit in roughly 40-50% of cases we handle. When you update Windows or the Photos app crashes unexpectedly, the app's cache or settings file can get damaged. Next time you launch it, it either refuses to start or opens but crashes when you select an image. The Repair feature in Settings exists specifically for this reason.
File type associations are the second big cause. Windows needs to know that .jpg files should open with Photos by default. If this association breaks (due to a bad update, third-party software changing it, or registry corruption), double-clicking a photo does nothing. You'll see no error message, no crash dialog, just silence. The file manager tries to launch Photos for that file type, but the association points nowhere or to a broken handler.
Outdated Windows and Microsoft Store components rank third. The Photos app relies on specific .NET frameworks and Store infrastructure that get patched regularly. If your system hasn't pulled down recent updates, Photos may fail to launch or crash on startup. This is especially common after skipping several monthly Windows Update cycles.
System file corruption affects UWP apps broadly. The component store that holds the core files for all Store apps can become damaged by malware, failed updates, or aggressive cleaning utilities. When this happens, multiple Store apps including Photos may misbehave. SFC and DISM scans repair these hidden system files.
Finally, third-party software can interfere. Aggressive antivirus packages sometimes sandbox or block UWP apps. Codec packs or shell extensions meant for image handling can also conflict with Photos. Security tools that modify low-level Windows hooks can break the app's ability to load or display images properly.
Photos App Not Opening Windows 11: Quick Fix
Check If Images Open With Another Viewer Easy
- Right-click a known-good image file (for example, a .jpg photo from your Pictures folder)
- Select "Open with" from the context menu
- Choose Paint, Edge, or another viewer and see if the image loads
- If it opens fine elsewhere, continue to Step 2. This tells us the file is fine and the problem is Photos-specific
Set Photos as Default App and Reset File Associations Easy
- Open Settings by pressing Windows key + I
- Navigate to Apps on the left sidebar
- Click Default apps in the main pane
- Search for "Photos" in the search box at the top
- Click "Microsoft Photos" from the results
- Review the file types listed. You should see .jpg, .jpeg, .png, .bmp, .gif, .tiff, and others
- If any show a different app, click that file type and select Photos
- Close Settings and test by double-clicking an image file in File Explorer
Repair the Photos App Easy
- Open Settings (Windows key + I)
- Go to Apps on the left
- Click "Installed apps"
- Scroll through the list until you find "Microsoft Photos" (or search for it in the search box)
- Click the three-tls" class="vae-glossary-link" data-term="dns-over-tls">dot menu to the right of Microsoft Photos
- Select "Advanced options"
- Scroll down to the "Reset" section
- Click "Repair" (this is different from Reset, Repair keeps your settings)
- Wait for a checkmark to appear next to Repair, then close Settings
- Launch Photos from the Start menu and try opening an image
Update Windows and Microsoft Store Easy
- Open Settings and go to Windows Update
- Click "Check for updates"
- Install all available updates, including cumulative updates and .NET framework patches
- Restart your computer when prompted
- Open Microsoft Store by clicking its icon in the Start menu
- Click your account icon in the top right corner
- Select "Get updates" if available
- Install any pending updates for Photos or other Store apps
- Restart once more and test Photos
Photos App Not Opening: More Solutions for Stubborn Cases
If the Quick Fix didn't solve it, you're likely dealing with deeper app corruption or system-level issues. These intermediate solutions take 15-30 minutes and have a 70-90% success rate on cases that survived the first round.
Reinstall Microsoft Photos Completely Medium
- Right-click the Start menu and select "Windows Terminal (Admin)" or "PowerShell (Admin)"
- Copy and paste this command exactly:
get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage - Press Enter and wait for the command to finish (usually 30-60 seconds)
- Close the terminal window
- Open Microsoft Store from the Start menu
- Search for "Microsoft Photos"
- Click the "Install" button
- Wait for installation to complete (this can take 2-5 minutes)
- Click "Open" or launch Photos from the Start menu
- Try opening an image to confirm it works
Test Photos in Safe Mode to Isolate Third-Party Software Medium
- Open the Start menu and search for "msconfig"
- Click "System Configuration"
- Go to the "General" tab
- Select "Selective startup"
- Uncheck "Load startup items"
- Click the "Services" tab
- Check the box for "Hide all Microsoft services" near the bottom
- Click "Disable All"
- Click "OK" and restart your computer
- Launch Photos and try opening an image
- If it works in this clean state, a third-party app is the culprit. Go back to msconfig after testing and re-enable services one group at a time to pinpoint which one breaks Photos
- When you're done, set msconfig back to "Normal startup" and restart again
Reset File Type Associations Directly Medium
- Right-click an image file (.jpg, .png, or .jpeg) in File Explorer
- Select "Properties"
- On the "General" tab, look for "Opens with" and note what's listed
- Click "Change" next to the app name
- Select "Microsoft Photos" from the list. If Photos isn't shown, click "More apps" and look for it, or select "Look for another app on this PC"
- Click OK
- If you see a checkbox that says "Always use this app to open .jpg files", check it
- Repeat this process for .png, .jpeg, .bmp, .gif, and .tiff files if needed
- Test by double-clicking an image
Advanced Solutions: When Basic Fixes Don't Work
You've reached the advanced tier when the app repair, reinstall, and update steps all failed. These solutions target deeper system-level issues: corrupted system files, damaged UWP infrastructure, or broken component store entries. You'll need about 30-60 minutes and some comfort running command-line tools. Success rate is 90%+ because these tools directly repair Windows itself, not just the app.
Scan and Repair System Files with SFC Advanced
- Right-click the Start menu and select "Windows Terminal (Admin)"
- Type this command exactly:
sfc /scannow - Press Enter and wait. This scan takes 10-20 minutes. You'll see a progress percentage
- When it finishes, read the results message carefully
- If it says "Windows Resource Protection found corrupt files and successfully repaired them", restart your computer
- If it says "Windows Resource Protection did not find any integrity violations", system files are fine and you can skip to Step 9
- After restart, test Photos
Repair Windows Component Store with DISM Advanced
- Open Windows Terminal (Admin) again by right-clicking Start
- Run this first command:
DISM /Online /Cleanup-Image /CheckHealth - Wait for it to finish and note the result
- Run this second command:
DISM /Online /Cleanup-Image /ScanHealth - Wait again. This command is slower than CheckHealth
- Finally, run this third command:
DISM /Online /Cleanup-Image /RestoreHealth - This one takes the longest (10-20 minutes). Let it complete fully
- After all three finish, restart your computer
- Run SFC again:
sfc /scannow - Test Photos once SFC completes and you've restarted
Re-register All Microsoft Store Apps Advanced
- Right-click Start and select "Windows Terminal (Admin)"
- Run this command:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - This command takes 5-10 minutes. You'll see output for each Store app being registered
- When it finishes, close the terminal and restart
- Test Photos
Create a New Local User Profile to Test Advanced
- Open Settings and go to Accounts
- Click "Other users" on the left
- Click "Add account"
- Select "I don't have this person's sign-in information"
- Click "Add a user without a Microsoft account"
- Give it a username (e.g., "TestUser") and password
- Click Next and then Finish
- Sign out of your current user by clicking your name in the top-right corner of Settings
- Select the new test user and sign in
- Launch Photos from the Start menu and try opening an image
- If it works in the test user, your main user profile has a broken setting or corrupted data. Go back to your main user and systematically reset app settings or check startup and background app permissions
When to Do a Windows Repair Install
You've tried SFC, DISM, app re-registration, and testing in a clean user profile. Photos still won't open. At this point, you're looking at either widespread system file corruption or a broken Windows installation that can't be fixed piecemeal. A repair install is your last practical option before a full clean reinstall.
Download the Windows 11 Installation Assistant from Microsoft's official support page. Run setup.exe while Windows is running and select "Keep personal files and apps". This refreshes all Windows system files, UWP infrastructure, and Store components without wiping your data. Takes about 30-45 minutes. Success rate is 95%+ because it replaces every corrupted system component at once.
Windows 11 Photos app issues often stem from corrupted system files or UWP infrastructure that command-line tools can't always fix cleanly. If you've worked through these steps and Photos still won't open, we can remote in and handle the SFC, DISM, or repair install for you in one session.
Get remote helpPreventing Photos App Not Opening Windows 11 in the Future
Once you've fixed the issue, you want it to stay fixed. These prevention tips reduce the chance of facing this problem again.
1. Keep Windows and Microsoft Store Updated , This is the single biggest prevention factor. New Windows updates patch bugs in UWP infrastructure and the component store. Store app updates fix corruption issues in Photos itself. Run Windows Update at least monthly and check Microsoft Store for app updates weekly. Don't skip updates, and don't ignore the "restart pending" notification.
2. Avoid Aggressive Cleaner Software , Tools that claim to "clean the registry", "optimize apps", or "remove junk files" are dangerous. They often delete app data that Photos and other Store apps depend on. Stick with Windows' built-in Disk Cleanup and Storage Sense. If you want to clean up, use Disk Cleanup (search for it in Start) or go to Settings > System > Storage to manage space safely.
3. Install Only Necessary Codec Packs , Image codecs tell Windows how to decode and display .jpg, .png, .webp, and other formats. Extra codec packs or shell extensions meant for image handling can conflict with Photos. If you need extended codec support, use Microsoft's official HEIF and HEVC extensions from Microsoft Store, or trusted vendors. Avoid overlapping or outdated codec packs.
4. Use Quality Antivirus That Respects UWP Apps , Some security software blocks or sandboxes Store apps thinking they're suspicious. If you use third-party antivirus, keep it updated and, if possible, whitelist Microsoft Photos and Microsoft Store in its settings. Alternatively, stick with Windows Defender, which is fine-tuned for Windows and won't interfere with Store apps.
5. Do Full Restarts, Not Just Sleep , Fast Startup and Sleep mode are convenient but don't clear transient memory issues. Once a week, do a full restart (Shut down > Power On). This clears app caches and temporary data that can accumulate and cause subtle failures.
6. Maintain Disk Space and Health , Keep at least 10-15% of your system drive free. Windows needs this for updates, app caches, and system operations. If you're chronically low on space, your system can't update properly and apps can fail mysteriously. Use Storage Sense to manage space or delete old files manually. Also, occasionally run Disk Check (right-click your drive > Properties > Tools > Check) to catch hardware failures early.
7. Use Standard User Accounts for Daily Work , Run as a standard (non-admin) user for everyday tasks. Use admin only when installing software or making system changes. This reduces the chance of accidental registry changes, file deletions, or malware infections that could break Photos or other system apps.
Photos App Not Opening Windows 11: Summary
The Photos app not opening Windows 11 problem ranges from simple file association issues you can fix in 5 minutes to deeper system corruption requiring SFC and DISM scans. Start with the Quick Fix: repair the app, set it as default, and update Windows. Those three steps resolve 50-70% of cases. If Photos still won't open, move to the intermediate fixes: clean boot, reinstall the app, and check file associations directly. If you're still stuck, run SFC and DISM to repair system files, 90% of remaining cases respond to this. The key is methodical troubleshooting from simple to complex, testing at each stage so you don't waste time on fixes that won't help. Most users have Photos working again within an hour, and the rest within two.


