Skip to content

Commit efbbfb6

Browse files
authored
Merge pull request #10130 from PoulChapman/main
AB#8172: Add unsupported OS page for VS2026
2 parents 9144f2c + c13d3e6 commit efbbfb6

2 files changed

Lines changed: 78 additions & 0 deletions

File tree

support/developer/visualstudio/installation/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
href: ./version-visual-studio-requires-april-2014-update.md
5959
- name: Wait for setup to finish before trying again
6060
href: ./another-setup-already-running-wait-finish.md
61+
- name: Workarounds for Visual Studio on unsupported operating systems
62+
href: ./visual-studio-unsupported-operating-systems.md
6163
- name: Workarounds for Visual Studio 2022 on unsupported operating systems
6264
href: ./visual-studio-2022-unsupported-operating-systems.md
6365
- name: Windows Program Compatibility mode is on
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: Workarounds for Visual Studio on Unsupported Operating Systems
3+
description: This article describes known issues and workarounds for Visual Studio if it's installed on unsupported operating systems.
4+
ms.date: 11/11/2025
5+
ms.reviewer: pchapman, jagbal, v-shaywood
6+
ms.custom: sap:Installation\Setup, maintenance, or uninstall
7+
---
8+
# Workarounds and operating system requirements for Visual Studio
9+
10+
_Applies to:_   Visual Studio
11+
12+
## Summary
13+
14+
Microsoft Visual Studio is supported on only 64-bit editions of [Windows 11](/lifecycle/products/?terms=windows%2011), [Windows 10](/lifecycle/products/?terms=windows%2010), and Windows Server 2019 and later versions that are still within their support lifecycle. We recommend that you don't run Visual Studio on earlier or unsupported versions of Windows and Windows Server. For more information, see [full system requirements](/visualstudio/releases/vs18/vs-system-requirements). To enable organizations to schedule their operating system upgrades, this article provides known issues and potential workarounds when you use Visual Studio on an unsupported operating system.
15+
16+
> [!NOTE]
17+
> Microsoft can't provide support or fixes for issues that occur if you use Visual Studio on an unsupported operating system. For feedback on supported configurations, see [Developer Community](https://developercommunity.visualstudio.com/).
18+
19+
## Arm-based operating systems
20+
21+
Arm64 Visual Studio is supported on only Windows 11 on Arm. 64-bit Visual Studio isn't supported on ARM operating systems. Therefore, the performance of that setup might not meet your expectations.
22+
23+
The following workloads and components aren't supported by Arm64 Visual Studio running on ARM64 operating systems:
24+
25+
- Azure development (except for the Container development tools that are supported)
26+
- Data storage and processing (except for the SQL Server Data Tools that are supported)
27+
- Data science and analytical applications
28+
- Python development
29+
- Mobile development with C++
30+
- Office/SharePoint development
31+
- Microsoft Blend
32+
- XAML Designer (runs in an x86 process on ARM64)
33+
34+
## Windows LTSC
35+
36+
The Windows Long-term Servicing channel (LTSC) isn't intended for deployment on most devices in an organization. Use it only for special-purpose devices. Visual Studio isn't intended to run on [the Windows Long-term Servicing Channel (LTSC)](/windows/deployment/update/waas-overview#long-term-servicing-channel). However, building apps that run on Windows LTSC is supported.
37+
38+
## Application Virtualization
39+
40+
Visual Studio doesn't support Application Virtualization (App-V) solutions. For example, Microsoft App-V for Windows or third-party app virtualization technologies isn't supported by Visual Studio.
41+
42+
## Azure Virtual Desktops
43+
44+
Running Visual Studio in a virtual machine (VM) environment requires a full Windows operating system. Visual Studio doesn't support multiple simultaneous users using the software on the same computer, including shared virtual desktop infrastructure computers or a pooled Windows Virtual Desktop host pool.
45+
46+
## Windows containers
47+
48+
Running Visual Studio Community, Professional, Enterprise, or Team Explorer editions in Windows containers isn't supported. The Build Tools edition is supported.
49+
50+
## 32-bit operating systems
51+
52+
Visual Studio doesn't install on 32-bit operating systems.
53+
54+
## Windows 7 and Windows Server 2008 R2
55+
56+
Visual Studio doesn't install on Windows 7 and Windows Server 2008 R2.
57+
58+
## Windows 8 and Windows Server 2012
59+
60+
Visual Studio doesn't install on Windows 8 and Windows Server 2012.
61+
62+
## Windows 8.1 and Windows Server 2012 R2
63+
64+
Visual Studio doesn't install on Windows 8.1 and Windows Server 2012 R2.
65+
66+
## Windows 10, versions 1507 and 1511
67+
68+
Visual Studio doesn't install on Windows 10, versions 1507 or 1511.
69+
70+
## Windows 10, versions 1607 through 1903
71+
72+
.NET 4.8.1 doesn't install and isn't supported on Windows 10, versions 1607 through 1903.
73+
74+
## Windows 10, versions 1909 through 2004
75+
76+
.NET 4.8.1 doesn't install and isn't supported on Windows 10, versions 1909 through 2004.

0 commit comments

Comments
 (0)