How to update 3D Viewer latest version

Ms 5 Reputation points
2023-05-10T20:00:10.7833333+00:00

My 3D Viewer is running an old version which is 1.0.95.0.

However, Microsoft store isn’t showing any updates available to this app

and I would like to upgrade this version to latest version which is 7.2107.7012.0 or above.

I used (winget) to upgrade , but the result from the command is (No applicable upgrade found).

what other steps are required to upgrade? (My computer running window 11 22H2)

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
1,113 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 22,456 Reputation points MVP
    2023-05-11T02:42:04.8566667+00:00

    3D Viewer is available in Microsoft Store. I am finding the version 7.2003.11022.0.

    User's image

    The following site shows 3D Viewer 7.2211.24012

    https://www.filehorse.com/download-3d-viewer/

    But it's a third-party website and I can't assure you.

    0 comments No comments

  2. Wolfgang Hauthaler 0 Reputation points
    2025-03-13T09:38:07.8233333+00:00

    Option 1: Install via Microsoft Store

    Open the Microsoft Store on Windows.

    Search for Microsoft 3D Viewer.

    Click Install.

    Option 2: Install via PowerShell (Online)

    If the app was removed, you can reinstall it using PowerShell:

    powershell

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

    If that fails, try downloading and reinstalling it from the Microsoft Store with:

    powershell

    winget install --id=Microsoft.Microsoft3DViewer -e

    Option 3: Download the Appx Package Manually

    Since Microsoft does not offer an official offline installer, you can try obtaining the Appx package:

    Visit https://store.rg-adguard.net/ (a third-party Microsoft Store package downloader).

    Enter this link in the box:

    https://apps.microsoft.com/store/detail/3d-viewer/9NBLGGH42THS

    Select Retail and click the Checkmark.

    Download the latest AppxBundle and dependency files.

    Install it manually with:

    Powershell

    Add-AppxPackage -Path "C:\Path\To\Downloaded\AppxBundle"

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.