Share via

Photos app won't open in Windows apps

齊藤 皓斗 40 Reputation points
2025-10-16T01:54:46.2633333+00:00

When I take a screenshot in Windows, it doesn't save as a photo. Also, all photo apps won't open, including Microsoft Photos and Snipping Tool.

Windows for home | Other | Apps
0 comments No comments

Answer accepted by question author

Sumit D - IA 170.4K Reputation points Independent Advisor
2025-10-16T13:20:58.5433333+00:00

Hi,

I'm Sumit, here to assist with your question.

Apologies for any inconvenience - I'm happy to help you today.

If you use Onedrive, can you please confirm if the save screenshot slider is ON in Settings?

User's image

Also, the second option:

User's image

I look forward to your response and am eager to collaborate until we find a solution.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

Answer accepted by question author

Lychee-Ng 21,640 Reputation points Microsoft External Staff Moderator
2025-10-16T11:39:25.5733333+00:00

Hi 齊藤 皓斗,

Welcome to Microsoft Q&A!

Based on your description, it sounds like Windows screenshot tools and photo apps are failing to launch, and screenshots aren't saving properly. This could be a system-level issue where the core components responsible for handling images and apps become corrupted. Here's what you can do:

1 - Repair or reset the affected apps

  • Open Windows Settings > go to Apps > Installed apps
  • Search for Photos > click three-dot > Advanced options
  • Scroll down and select Terminate > then click Repair
  • Repeat this process with Snipping Tool > Restart your PC

User's image

  • Test the behaviors of both applications. If that doesn't work, go back to the Advanced options and click Reset. This will clear the app's data, which can fix deeper corruption.

2 - Re-register all Windows apps:

  • Search Windows for PowerShell and run it as Administrator
  • Enter the following commands one by one to repair the apps:
    • Get-AppxPackage Microsoft.Windows.Photos | Remove-AppxPackage
    • Get-AppxPackage -AllUsers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    • Get-AppxPackage Microsoft.ScreenSketch | Remove-AppxPackage
    • Get-AppxPackage -AllUsers Microsoft.ScreenSketch | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  • Wait for the process to finish and restart your computer.
  • If the issue persists, run this: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

3 - Check photo and screenshot settings:

  • Make sure everything is up to date:
    • Go to Settings > Windows Update and click Check for updates.
    • Expand Advanced options > Optional updates > Install if any
  • Clipboard history:
    • Go to Settings > System > Clipboard
    • Ensure that "Clipboard history" is toggled ON
  • File type associations:
    • Go to Settings > Apps > Default apps
    • Scroll down and click "Choose default apps by file type".
    • Find the image types and ensure they are set to open with the Photo app
    • Or scroll further down and click Reset all Microsoft recommended defaults.

User's image

4 - Scan and repair corrupted system files:

  • Open Command Prompt as Administrator > Enter sfc /scannow
  • Wait for the process to complete and follow the instructions (if any)

I hope the information above helps. Let me know if you have troubles applying any of the steps or if the issue persists after trying everything. Consider sharing your Windows versions so I can help better.


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Lychee-Ng 21,640 Reputation points Microsoft External Staff Moderator
    2025-10-21T07:10:28.83+00:00

    Hello 齊藤 皓斗, it's been a few days and there seems to be no responses, so I will rest this thread for now. If you have any other questions, feel free to add a reply, or make a new question if it's an unrelated issue! Warm thanks!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Lychee-Ng 21,640 Reputation points Microsoft External Staff Moderator
    2025-10-19T09:29:57.31+00:00

    Hi 齊藤 皓斗, have you had a chance to check the replies provided by us above? If you found the solutions you needed, please mark the helpful answer as accepted or share it here. This helps others in the community facing similar problems. Thanks for your understanding.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.