Share via

Minecraft education taking storage even though I don't have the app

Anonymous
2025-05-20T08:03:48+00:00

I was running treesize free and found a minecraft education folder under program files > windowsapps. Its taking 1.4gb of storage. I don't have it installed and I can't find ir anywhere else.

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2025-05-20T09:44:43+00:00

    Hey there! My name is Jason one of your Team here in Microsoft Community Just like you i am also helping our Community by sharing thoughts and ideas.

    So The Program Files\WindowsApps\ folder for Minecraft Education Edition exists because Windows installs or caches certain system or "provisioned" applications, even though you might not have installed them yourself. They can occupy space and aren't always listed in "Add or Remove Programs."

    Since the WindowsApps folder is protected, you can't delete it directly without adjusting permissions.

    I sort some information to help you out Alana

    Step 1: Remove it using PowerShell

    Open PowerShell as Administrator

    (Press Win + X → select Windows PowerShell (Admin) or Terminal (Admin))

    Run this command: Get-AppxPackage -AllUsers *minecraft* | Remove-AppxPackage

    This command removes any installed or provisioned version of Minecraft, including Education Edition.

    Or this option Remove Provisioned App for New Users (Optional)

    Even if it's removed for the current user, Windows can still reinstall it for new user accounts. To fully remove it: Get-AppxProvisionedPackage -Online | Where-Object {$_.DisplayName -like "*minecraft*"} | Remove-AppxProvisionedPackage -Online

    Hope that will help

    best regards

    Jason

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-05-23T04:42:19+00:00

    Neither worked

    Was this answer helpful?

    0 comments No comments