3D Builder has disappeared from my Windows 10 and the MS store doesn't have a download option to put it back

Anonymous
2024-06-08T12:26:56+00:00

The title pretty much says it all.

For some reason 3D Builder is no longer listed on my PC. It does not exist in Add/Remove programs either. No idea why.

The point is that I can't get it back because when I go to the MS store there is no download button available.

How do I get 3D builder reinstalled on my PC?

Thanks

Windows for home | Windows 10 | Install and upgrade

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
Answer accepted by question author
Ramesh 181.8K Reputation points Volunteer Moderator
2024-06-10T07:52:25+00:00

You can download the offline installer from Microsoft via https://store.rg-adguard.net/

  1. Visit https://store.rg-adguard.net/
  2. Paste the following link in the text box provided: https://apps.microsoft.com/detail/9wzdncrfj3t6
  3. Click the button with a tick mark.
  4. Download these three files:

(a) Microsoft.WindowsPreview.Kinect.8.1_2.0.1410.19000_x64__8wekyb3d8bbwe.appx

(b) Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe.Appx

(c) Microsoft.3DBuilder_2015.209.2327.4143_neutral_~_8wekyb3d8bbwe.appxbundle

  1. Install items (a) and (b). Then, run the .AppxBundle file to install it.

See also: How to Download the Offline Installer for any Store App

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments

55 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-11-18T10:09:58+00:00

    See CharlesGunzelman's answer from 14th Nov. It's the only answer in this thread which worked for me.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-11-18T03:56:31+00:00

    that link is broken and useless as most everything in this thread has been.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Ramesh 181.8K Reputation points Volunteer Moderator
    2024-06-10T10:19:08+00:00

    You're welcome, MS_NealB.

    Regards,

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-06-08T15:18:15+00:00

    Try the methods below one at a time, to fix the problems in the Microsoft Store. After each one, check if the problem is fixed.

    1- Check your time and date settings

    .. Sometimes the Windows Store won’t update if your time and date settings are incorrect. To make sure they’re right, click on the time and date in the far right corner of the taskbar. In the panel that appears, select Date and time settings, which will open the settings app.

    2- Clear the Microsoft Store cache

    .. Press the 'Windows + r' keys and type 'wsreset.exe' (without the quotes)

    .. An command prompt window opens and then closes after approximately 10 seconds.

    .. The Microsoft Store then opens automatically. Check if it works properly again.

    3- Run troubleshooter

    .. Open Settings again (Windows + i)

    .. Go to Update & Security> Troubleshooting.

    .. Select Windows Store Applications and then click the Run Troubleshooter button.

    .. The utility will launch and check for problems that are preventing the Microsoft Store from functioning properly. If it detects anomalies, follow its recommendations.

    .. When the problems are resolved, close the utility.

    .. Go back to the Microsoft Store and check if it works properly again.

    4- To reset it:

    .. Open the settings by pressing the Windows + i keys

    .. Go to Apps> Applications and features.

    .. Select the Microsoft Store application and then click Advanced Options.

    .. Click the Reset button.

    .. Confirm the reset by clicking on Reset again.

    .. Go back to the Microsoft Store and check if it works properly again.

    5- Reinstall Microsoft Store

    .. Open Windows PowerShell as administrator. To do this, right click on the start button and click on 'Windows Shell (admin)'

    .. To reinstall the Microsoft Store app, enter the following command (you can copy and paste:

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

    .. Go back to the Microsoft Store and check if it works properly again.

    6-Restore all Built in apps on your system

    The process for reinstalling Windows apps is very similar to Scan File System.

    • Open Windows start menu and type: Powershell

    -Right-click on Windows Powershell and select “ Run as admin”.

    • Copy then paste the following command always in the same page:

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    • Press Enter and let the process take place.

    Was this answer helpful?

    0 comments No comments