Windows usually comes with some apps pre-installed as default. Also, whenever you create a new account on the Windows 11 operating system, these pre-installed apps will be always there. These pre-installed apps includes Photos, Microsoft Edge, Mail, Camera, Calculator, Settings, Microsoft Store etc. If these default apps not working on Windows 11, this article may help you to fix it.

Apps

Fix: Default apps not working on Windows 11

Fix 1: General Suggestions

You can apply these general suggestions to resolve this issue:

  1. Restart Your Computer: A simple restart could fix various problems and temporary issues without much efforts. Try it.
  2. Check for latest Windows Updates: Go to Settings > Update & Security > Windows Update. Click on Check for updates and ensure your system is up to date.
  3. Create a new account: Sometimes, a corrupted user profile can cause issues. Create a new user account and check if the default apps work in the new profile.
  4. Verify Third-Party Software Interference: Some third-party software or security applications might interfere with default app functionality. Try temporarily disabling them and see if the default apps start working.
  5. Check for Malware or Viruses: Scan with your antivirus software to make sure your system is not infected.
  6. Perform a System File Check: Open the Command Prompt as an administrator.
    Type the command sfc /scannow and press Enter. This will scan and repair any corrupted system files.
  7. Run the DISM Tool: If SFC fails, open the Command Prompt as an administrator.
    Type the command DISM /Online /Cleanup-Image /RestoreHealth and press Enter.
  8. Perform a System Restore: If the issue started recently, you can try using System Restore to revert your system to a point where the default apps were working.

Fix 2: Run Windows Store Apps troubleshooter

  1. Press Windows Key + X keys and select Settings.
  2. Go to System > Troubleshoot.
  3. In Troubleshoot, select Other troubleshooter option.
  4. Next, in list of Other troubleshooters, locate Windows Store Apps or Microsoft Store Apps troubleshooter and click on Run button next to it.
  5. The troubleshooter will automatically find and fix issues associated with Microsoft Store apps.

Fix: Default apps not working on Windows 11

Fix 3: Re-register apps using PowerShell

  1. Press Windows Key + X keys and select Terminal (Admin).
  2. By default, Terminal (Admin) opens to Windows PowerShell Admin.
  3. Paste the following command and press Enter key to execute it:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} 

Fix: Default apps not working on Windows 11

Hope this helps!

Leave a Reply

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