Ritridata Logo
Ritridata
Data Recovery for Windows
Windows 11/10/8/7 support
Data Recovery for Mac
macOS Sonoma & earlier
Hard Drive Recovery
SD Card Recovery
External Drive Recovery
Crashed System Recovery
Disk Image Recovery
Mac File Recovery
Recycle Bin Recovery
Solutions
Pricing
DownloadSign In
Home windows computer solutions Windows 10 Photo Viewer Not Working 2026: Fix and Enable

Windows Photo Viewer Missing in Windows 10? How to Get It Back

Ethan CarterEthan Carter
|Last Updated: March 14, 2026| 100% Safe

Windows Photo Viewer was removed as the default image viewer in Windows 10, but it is still installed on most systems and can be restored with a registry tweak. This guide shows how to bring it back, set it as default, and use the best alternatives.
If photo files themselves are missing or corrupted, Ritridata can recover them.

Free Download

Windows Photo Viewer was the default image viewer in Windows 7 and 8 but was replaced by the Photos app as the default in Windows 10. The application is still installed on most Windows 10 systems (especially those upgraded from Windows 7/8) but is hidden and unregistered as a file handler. On fresh Windows 10 installs, it may not be present at all.

This guide covers how to restore it, set it as default, and the best alternatives.


Part 1. Understanding Why Photo Viewer Is "Missing"

Windows Photo Viewer was not deleted in Windows 10 — it was simply not registered as an available app for opening image files. The difference matters for the fix.

ScenarioStatusFix Available?
Upgraded from Windows 7/8 to Windows 10Photo Viewer installed but hiddenYes — registry fix
Fresh Windows 10 install (no upgrade path)Photo Viewer may not be presentPartial — can add via registry
Windows 11 clean installPhoto Viewer not includedNo — use Photos app or alternative
"Open with" dialog — Photo Viewer not listedNot registeredYes — registry fix

💡 Tip: To check if Windows Photo Viewer is still installed on your system, navigate to C:\Program Files\Windows Photo Viewer\ — if the folder and PhotoViewer.dll exist, the app is present and just needs to be registered.


Part 2. Restore Windows Photo Viewer via Registry

If Windows Photo Viewer is installed (common on upgraded Windows 10 systems), a registry modification registers it as an available file handler for image files.

Steps:

  1. Download and save the following as a .reg file (e.g., restore-photo-viewer.reg):
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
".tif"="PhotoViewer.FileAssoc.Tiff"
".tiff"="PhotoViewer.FileAssoc.Tiff"
".bmp"="PhotoViewer.FileAssoc.Bmp"
".dib"="PhotoViewer.FileAssoc.Bmp"
".gif"="PhotoViewer.FileAssoc.Gif"
".jfif"="PhotoViewer.FileAssoc.Jfif"
".jpe"="PhotoViewer.FileAssoc.Jpeg"
".jpeg"="PhotoViewer.FileAssoc.Jpeg"
".jpg"="PhotoViewer.FileAssoc.Jpeg"
".png"="PhotoViewer.FileAssoc.Png"
".wdp"="PhotoViewer.FileAssoc.Wdp"
  1. Double-click the .reg file → click Yes to allow changes
  2. Restart Windows or log out and back in

After applying, Windows Photo Viewer should appear in the "Open with" dialog when you right-click an image file.

⚠️ Important: Editing the Windows Registry carries risk if incorrect values are entered. Only apply registry files you understand or have downloaded from a trusted source. Create a registry backup before making any changes: open Registry Editor (regedit) → File → Export → save a full backup to a safe location.


Part 3. Set Windows Photo Viewer as the Default Image Viewer

After registering Photo Viewer, set it as the default for image file types.

Method 1 — Right-click on an image:

  1. Right-click any JPEG or PNG file
  2. Select Open with → Choose another app
  3. Scroll down and select Windows Photo Viewer
  4. Check Always use this app to open .jpg files
  5. Click OK

Repeat for other file types (.png, .bmp, .gif, .tiff) if needed.

Method 2 — Default Apps settings:

  1. Open Settings (Win + I) → Apps → Default apps
  2. Scroll down or search for file types (.jpg, .png, etc.)
  3. Click the current default (Photos app or Edge) → select Windows Photo Viewer

🗣️ r/Windows10 user: "Applied the registry fix and Photo Viewer came back. The Photos app is okay but Photo Viewer is so much faster for browsing through a folder of images — especially for photography work."


Part 4. Windows Photo Viewer Alternatives

If Windows Photo Viewer is not available on your system (fresh Windows 10 or Windows 11 install), several alternatives provide equivalent or better functionality.

Built-in option — Microsoft Photos app:

The Photos app is the Windows 10/11 default. It supports all common image formats plus HEIC (iPhone photos) and RAW files with the appropriate codecs. It is slower to open than Photo Viewer but has more features.

Recommended third-party alternatives:

AppCostSpeedRAW SupportBest For
IrfanViewFreeVery fastYes (plugins)Power users, batch operations
XnView MPFree (personal)FastYesLarge collections, catalog view
FastStone Image ViewerFreeFastYesPhoto browsing with histogram
Microsoft PhotosFree (built-in)MediumYes (with codec)Casual use, HEIC support
Paint.NETFreeMediumVia pluginLight editing + viewing

🗣️ r/software user: "IrfanView is what Photo Viewer should have been — opens instantly, handles every format, and has basic editing too. Been using it for 20 years and nothing has replaced it for me."


Part 5. Fix the Photos App If It Is Not Working Either

If both Windows Photo Viewer and the Photos app are not working, the issue may be with the Photos app itself — a common occurrence after Windows updates.

Reset the Photos app:

  1. Open Settings → Apps → Installed apps (or Apps & features in Windows 10)
  2. Search for Microsoft Photos
  3. Click the three-dot menu → Advanced options
  4. Scroll down → click Reset
  5. Confirm → wait for the reset to complete

Repair the Photos app (Windows 11):

On the same page, click Repair before Reset — this preserves app data and may fix the issue without a full reset.

Reinstall Photos app via PowerShell:

Get-AppxPackage *photos* | Remove-AppxPackage
Get-AppxPackage -AllUsers *photos* | Remove-AppxPackage

Then reinstall from the Microsoft Store.

💡 Tip: If the Photos app crashes immediately after the Windows update, run sfc /scannow in an elevated Command Prompt to repair corrupted system files — a broken system file can prevent apps from running correctly.


Part 6. Recover Missing or Corrupted Photo Files

If photos are not opening because the files themselves are corrupted, damaged, or missing — rather than a viewer problem — Ritridata can recover deleted or corrupted image files from your drive.

Recovery steps:

  1. Install Ritridata on a different drive or USB — never on the drive containing the lost photos
  2. Run a Deep Scan on the drive where photos were stored
  3. Filter by image types: JPEG, PNG, RAW (CR2, NEF, ARW), BMP, GIF, TIFF, HEIC
  4. Preview recoverable files
  5. Recover to a safe separate location

For photos that open but appear corrupted (checkerboard patterns, color distortion, partial images), Stellar Repair for Photo can repair damaged JPEG and RAW files.


FAQ

Q: Why was Windows Photo Viewer removed from Windows 10? Microsoft replaced Windows Photo Viewer with the Photos app as part of the UWP (Universal Windows Platform) app transition — Photos syncs with OneDrive, supports touch input, and handles modern formats like HEIC. Windows Photo Viewer remained available but was not registered by default.

Q: Will the registry fix work on Windows 11? The registry fix may partially work on Windows 11, but Microsoft removed the underlying PhotoViewer.dll from clean Windows 11 installations in most cases. Windows 11 users are better served by IrfanView or XnView MP as Photo Viewer alternatives.

Q: Is IrfanView safe to download? Yes — IrfanView is a long-established, reputable free image viewer. Download only from the official irfanview.com website. It is completely free for non-commercial use and has been continuously maintained since 1996.

Q: Why does the Photos app take so long to open images compared to Photo Viewer? The Photos app launches as a UWP process each time it opens, which involves more startup overhead than the legacy Win32 Photo Viewer. On slower HDDs, this can mean 3–5 seconds per launch. IrfanView and FastStone are Win32 apps that open in under 1 second.

Q: Can Windows Photo Viewer open RAW camera files? Windows Photo Viewer does not natively support RAW formats. For RAW file viewing, use the Photos app with Microsoft's Raw Image Extension from the Microsoft Store, or use IrfanView with its RAW plugin package.

Q: What file formats does Windows Photo Viewer support? Windows Photo Viewer natively supports BMP, JPEG, JPEG XR (HD Photo), PNG, GIF, TIFF, and WMF. It does not support HEIC, WebP, RAW formats, or newer formats added after Windows 7. For broader format support, use IrfanView, XnView MP, or the Photos app with codec extensions.


References

  • Microsoft Support — Change which apps are defaults in Windows
  • Microsoft Photos app — Microsoft Store
  • IrfanView — Official Website
  • Microsoft Raw Image Extension
  • Ritridata — Data Recovery Software

Related Articles

Excel Won't Save Your File? Here's Why and How to Fix It

Excel saving errors range from a simple read-only file flag to complex issues like corrupt VBA macros or network drive disconnections.
Most cases are fixable by saving with a new name, adjusting permissions, or disabling a conflicting add-in.
Ritridata can recover unsaved or lost Excel files from your drive if needed.

Read Article →

VLC Audio Out of Sync? 5 Ways to Fix Audio Delay in VLC Media Player

VLC audio delay — where audio plays ahead of or behind the video — is usually caused by an encoding mismatch in the media file, hardware acceleration issues, or VLC's buffer settings.
Most fixes take under 30 seconds using VLC's built-in keyboard shortcuts or sync controls.
If your video file itself is corrupted, Ritridata can help recover the original file.

Read Article →

Virtual Disk Manager 'Incorrect Function' Error — 7 Fixes That Work in 2026

The 'Virtual Disk Manager: Incorrect function' error appears when Windows Disk Management or DiskPart cannot perform a disk operation — typically initialization, formatting, or attaching a VHD.
Common causes include write protection, file system incompatibility, and driver conflicts.
Ritridata can recover data from affected drives before you attempt destructive fixes.

Read Article →
Ritridata Logo
Ritridata

Professional data recovery software trusted by millions worldwide.

Products
  • Data Recovery for Windows
  • Data Recovery for Mac
Features
  • Hard Drive Recovery
  • SD Card Recovery
  • External Drive Recovery
  • Crashed System Recovery
  • Disk Image Recovery
  • Mac File Recovery
  • Recycle Bin Recovery
Legal
  • Privacy Policy
  • Terms of Service
  • Refund Policy
Support
  • Contact Us
XML SitemapHot: data recoverywindows file recoveryfile recovery softwaresd card recoveryfree data recovery softwarerecuva file recoverywindows file recovery tool

© 2026 RitriData. All rights reserved.