PAINT stopped working (today) and will neither uninstall or re-install (Windows 11 up to date)

Kevin Cook 0 Reputation points
2026-07-14T15:58:12.77+00:00

I use PAINT daily and today ... while I was using it ... the window closed ... and when I tried to reopen it ... it would not reopen

I searched for solutions and decided to uninstall and reinstall ... as there are no permanent setting that will need to be reset

I chose to UNINSTALL from SETTINGS > INSTALLED APPS ...

When I goto the MS Store to reinstall the app ... it downloads ... and tries to install but eventually says ERROR ... we are aware of the issue and are working to fix it. Try again later

I have tried everything from using DISM to restorehealth and manual install of PAINT ... with no results

Does anyone have any suggestions?

Windows for home | Windows 11 | Apps

Answer recommended by moderator

Kevin Cook 0 Reputation points
2026-07-19T00:07:12.36+00:00

I was able to reinstall MSPaint

  1. Ran the install from MS Store
  2. Looked in event viewer Windows Logs -> SYSTEM for the error

Installation Failure: Windows failed to install the following update with error 0x80073CF6: 9PCFS5B6T72H-Microsoft.Paint.

  1. Looked up the error

Per the Google AI

a) wsreset (again)

b) dism /Online /Remove-Capability /CapabilityName:Microsoft.Windows.MSPaint~~~~0.0.1.0

c) tried dism /Online /Add-Capability /CapabilityName:Microsoft.Windows.MSPaint~~~~0.0.1.0

This command failed even after trying several different ways

d) ran Get-AppxPackage Microsoft.MSPaint | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

e) restarted machine (this may be what I have missed in the past)

f) Once it was up ... I searched for MSPAINT ... and it was there and would run

It is still disturbing that I cannot do an in-place install ... but I think that will have to wait for another time as I am getting behind on the things I need to edit

Thank you David and Bryce for all the help

Now to reinstall McAfee ... I will let you know if this somehow disables Paint

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

6 additional answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. David-M 121.9K Reputation points Independent Advisor
    2026-07-15T12:13:20.18+00:00

    Sorry for the delay in reply. I've been offline.

    Thanks for the details


    I looked up that error and instructions for it ... I went to Settings> Apps and looked for Microsoft Store ... and it is not even installed

    The reason you could not find Microsoft Store under "Settings > Apps > Installed Apps" is due to a recent change in Windows 11. Microsoft moved core system apps, including the Microsoft Store, out of the standard "Installed Apps" list. They are now located under a separate section:

    "Settings > System > System Components".

    Holding for now ... Should I run ... wsreset -i

    Running wsreset -i is still the perfect step to re-register its background services.


    If wsreset -i completes and you still encounter the same 0x80073cf6 registration error when running the Paint installation command, it indicates a deeper conflict in the system's AppX database. In that case, the most reliable and painless solution is the In-place Upgrade to rebuild the database from scratch.

    This process reinstalls Windows 11 using the official ISO file while keeping 100% of your personal files, settings, and installed programs completely safe.


    Here are the steps:

    (Temporarily disable McAfee during the entire procedure.)

    1 = Download the ISO file to perform the procedure:

    1. Access the link below;

    https://www.microsoft.com/en-us/software-download/windows11

    1. Under Download Windows 11 Disk Image (ISO) for x64 devices, click Select download and select Windows 11 (multi-edition ISO for x64 devices);
    2. Click Download;
    3. Choose the language and click on Confirm;
    4. Then, click 64-bit Download.
    5. Wait for the download to finish and proceed to the procedure below.

    2 = After downloading the ISO, do the following:

    1. Double-click the ISO to run;

    (After running the ISO, you may need to double-click the Setup file to start the procedure.)

    1. On the Install Windows 11 screen, uncheck I want to help make the installation of Windows better and select Change how Windows Setup downloads updates;
    2. On the next screen, select Not right now and click Next;
    3. Accept the terms of use;
    4. On the Ready to install screen, select Choose what to keep and select what you want to keep.

    (It is in this step that you must check Keep personal files and apps so that all your data is kept.)

    1. Click on Install and wait for the procedure to finish. Your computer may restart several times.

    Once the upgrade is complete, check if the Microsoft Store opens normally. Since Paint is a default Windows application, it should already be installed and ready to use in your Start menu.

    If you get any errors or the problem persists, please let me know.


    Feel free to ask any questions you may have.

    Was this answer helpful?


  3. David-M 121.9K Reputation points Independent Advisor
    2026-07-14T17:10:52.42+00:00

    Thanks for the clarifications.


    McAfee is almost certainly causing this issue. On your specific version of Windows 11, McAfee's security features can easily conflict with how the Microsoft Store installs apps. When Paint crashed, McAfee may have blocked Windows from saving the app files properly. Now, Windows is confused; it thinks Paint is still installed, but the files are actually gone. This "ghost" state may be what is blocking the Microsoft Store from reinstalling it.


    To fix this, you can temporarily disable McAfee, clear the system's memory of the "ghost" Paint app, and install a fresh copy:

    1. Temporarily disable all protection modules in your McAfee antivirus (such as Real-Time Scanning and Firewall). Because third-party antivirus interfaces change frequently, please consult the official McAfee support documentation if you are unsure how to turn off these modules.
    2. Right-click the Start button, select "Terminal (Admin)" or "PowerShell (Admin)", paste the following command, and press Enter to clear the broken Paint registration:
    Get-AppxPackage -AllUsers *Microsoft.MSPaint* | Remove-AppxPackage -AllUsers
    
    1. Press the "Windows Key + R", type wsreset.exe, and press Enter. Wait about 10 seconds for the blank window to close and the Microsoft Store to open, then close the Store.
    2. Go back to your Admin PowerShell window, paste the following command, and press Enter to install a clean copy of Paint directly:
    winget install 9PCFS5B6T72H --source msstore
    
    • If prompted to agree to terms, type Y and press Enter.

    Once Paint is installed and opening normally, remember to turn all McAfee protection modules back on immediately to keep your computer secure.


    If the problem persists, please let me know, and I will provide another method.


    Feel free to ask any questions you may have.

    Was this answer helpful?


  4. David-M 121.9K Reputation points Independent Advisor
    2026-07-14T16:35:07.66+00:00

    Hi. I'm David, and I'm happy to help you.


    To be able to assist you better, please clarify the following:

    • Do you have a third-party antivirus installed? (e.g., Kaspersky, McAfee, Avast, etc.) If yes, which one?
    • Do you have any VPN software installed? (Even if it's not running at the moment) If yes, which one?

    Also. What is the version and "OS Build" of your Windows 11?

    • Press "Windows + R", type winver, and click OK.

    If you prefer, share a screenshot. Use the shortcut "Windows + Shift + S" to use the screenshot tool.

    Be sure to censor your email address if it appears. The Microsoft Q&A is public.


    Looking forward to your reply.

    Was this answer helpful?


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.