Thanks for reaching out.
Revit 2026 requires .NET 8, and on ARM64 devices (Surface Pro 11) it often runs as an x64 app under emulation—so it typically needs the x64 .NET 8 runtimes installed (not only ARM64). [autodesk.com], [autodesk.com]
Try this:
- Go to Settings → Apps → Installed apps and uninstall any existing .NET 8 components (Desktop Runtime / .NET Runtime / ASP.NET Core Runtime).
- Reboot.
- Download and install the Windows x64 versions of all three .NET 8 runtimes (keep them on the same patch level):
- .NET Desktop Runtime 8.x (x64)
- .NET Runtime 8.x (x64)
- ASP.NET Core Runtime 8.x (x64) [autodesk.com], [autodesk.com]
- Reboot again, then launch Revit.
- (Optional) Verify with
dotnet --list-runtimesthatMicrosoft.WindowsDesktop.App,Microsoft.NETCore.App, andMicrosoft.AspNetCore.Appare present as 8.x.
- .NET Runtime 8.x (x64)
- .NET Desktop Runtime 8.x (x64)
Autodesk notes that Revit startup issues can occur when required .NET 8 components are missing/corrupted or not aligned, and reinstalling the .NET 8 runtime set resolves it in many cases.
Let us know if the issue persists after following these steps. I’ll be happy to assist further if needed. If the issue has been resolved, Kindly mark the provided solution as "Accept Answer", so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.