3D Viewer is available in Microsoft Store. I am finding the version 7.2003.11022.0.
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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)
3D Viewer is available in Microsoft Store. I am finding the version 7.2003.11022.0.
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.
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"