Share via

If an updated Windows app, such as Notepad, is installed, does it over-write the existing C:\Program Files\WindowsApps\Microsoft.WindowsNotepad_xxxxxx folder contents?

Webb, Mike 60 Reputation points
2026-04-21T21:30:48.05+00:00

OS: Windows 11 23H2 and 24H2 Enterprise.

I have a number of High and Medium security tasks generated by Tenable for such apps as Notepad, 3D Viewer and Paint 3D. The apps need to be updated.

If I install pending Windows updates and one or more of them installs an update to one of these apps, does it create a new sub-folder in WindowsApps, or overwrite it?

If I uninstalled them using the Uninstall option in Settings -> Apps -> Installed Apps, does that action leave behind the WindowsApps sub-folder?

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
0 comments No comments

Answer accepted by question author

  1. Scott Nguyen 1,150 Reputation points Independent Advisor
    2026-04-21T22:30:32.0833333+00:00

    Hello.

    When you update an app like Notepad on Windows 11, the system creates a brand-new sub-folder within C:\Program Files\WindowsApps that includes the updated version string in the folder name instead of overwriting the previous folder's contents.

    And also uninstalling these applications through the Settings menu only removes the package registration for the current user profile, which almost always leaves the actual sub-folder behind in the WindowsApps directory.

    If you find my answer useful, please mark it as the "Accepted Answer" so other members can find the solution easily. Your help in supporting the community is much appreciated!
    Best regards,
    Scott

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-21T21:31:01.95+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Windows Store (MSIX/AppX) apps such as Notepad, 3D Viewer, and Paint 3D are installed under C:\Program Files\WindowsApps and are treated as read‑only, versioned packages.

    From the provided information:

    • Packages under C:\Program Files\WindowsApps are read‑only: writes inside the package are not allowed.
    • Each package is uniquely identified by its Package Full Name; it is an error to have two different packages with the same Package Full Name.
    • Windows Store apps are all installed to the common C:\Program Files\WindowsApps location.

    Implications for the questions:

    1. When an app like Notepad is updated
      • The updated app is delivered as a new MSIX/AppX package with a new Package Full Name (typically including a higher version).
      • Because each package is uniquely identified and package contents are read‑only, the update is not an in‑place overwrite of the existing folder contents. Instead, Windows installs the new version as a separate package (separate folder under WindowsApps) and updates the registration so the system uses the new version. Older versions may remain side‑by‑side until Windows cleans them up.
    2. Does installing updates create a new subfolder or overwrite the existing one?
      • It effectively creates a new package (new subfolder under C:\Program Files\WindowsApps with a different Package Full Name) rather than overwriting the existing folder contents.
    3. If the app is uninstalled from Settings → Apps → Installed apps
      • The package is read‑only and managed by the app deployment system. Uninstall removes the package registration and allows the system to clean up associated files.
      • The documentation emphasizes that app data and package content are tracked so they can be cleaned up on uninstall to reduce system “rot.” This means the WindowsApps package folder for that app/version is not intended to be left behind as an active install. Any remaining artifacts are under system control and not for manual management.

    In practice, for vulnerability remediation, updating the app via Windows Update or Microsoft Store installs a new, versioned package under WindowsApps rather than overwriting the existing folder, and uninstalling via Settings removes the app’s registered package so it is no longer present as an installed app.


    References:

    1 person found 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.