فا
MSLicenseHub
developer · reference
🧑‍💻

Visual Studio 2026

Visual Studio 2026 — the next major release of Microsoft's flagship IDE: editions, AI-first tooling, performance, and licensing channels.

VISUAL STUDIO 2026
On this page

Editions · channels · activation · audit notes · FAQs

Editions covered
3
Edition matrix with feature differences and the right audience.
In-depth sections
9
Channels, activation, audit, modern management & more.
FAQs answered
8
Common questions buyers and IT admins ask before purchase.
Words of reference
1.5k
Plain-English, no vendor agenda, updated to current Product Terms.
Edition matrix

Pick the right edition

Each edition targets a specific scale and feature set. Match the workload, not the price tag.

Edition 1
Community

Free for individuals, OSS, education and small teams (<5 devs, <$1M revenue). Same core IDE features as Professional.

Edition 2
Professional

Per user. Full IDE, Azure DevOps Basic for 5, monthly Azure credit on subscriptions, training catalogue.

Edition 3
Enterprise

Per user. Adds IntelliTrace, Live Unit Testing, advanced profilers, flaky-test detector, larger Azure credit and GitHub Enterprise at qualifying tiers.

Side-by-side

Edition comparison

Heuristic capability matrix derived from each edition's intended use. For binding commitments, always confirm against the current Product Terms.

CapabilityCommunityProfessionalEnterprise
Target audienceEducationProfessionalEnterprise
Domain / Entra join
Virtualisation rights
Advanced security
Centralised management
Volume Licensing path
Deep dive

Visual Studio 2026 — what to actually know

Visual Studio 2026 is the next major release of Microsoft's flagship integrated development environment, succeeding the long-running Visual Studio 2022 line. It keeps the fully 64-bit architecture introduced in 2022, modernises the shell with a refreshed Fluent UI and dark-mode palette, and rebuilds the inner-loop experience around AI-assisted development with GitHub Copilot tightly integrated rather than bolted on. It ships in the familiar three editions — Community, Professional and Enterprise — and is sold through the same channels as its predecessors: free download for Community (subject to the same eligibility rules), Volume Licensing perpetual or subscription for Professional and Enterprise, and Visual Studio Subscriptions for individual developers who want the bundled Azure credits and dev/test software benefits. This page is a vendor-neutral reference: what changed, who each edition is for, how to license it legitimately, and the OEM rule (which, as always, does not apply to developer tooling — Visual Studio is never sold as an 'OEM key').

01

What is genuinely new in 2026

Visual Studio 2026 is a generational refresh rather than a small point release. The Roslyn compiler platform, the C++ toolset and the .NET workloads have all been updated to the current long-term-support runtimes (.NET 10 LTS for the .NET workloads, the latest MSVC for C++), and the project system has been reworked to load very large solutions noticeably faster than 2022 — Microsoft's own benchmarks show solution-load times for 1,000+ project enterprise solutions cut by roughly half, with steady-state memory pressure reduced through more aggressive lazy-loading of designer surfaces. The shell itself moves to a refreshed Fluent design with new iconography, denser and more accessible default themes, and a redesigned Start Window that surfaces Copilot suggestions and recent repositories side by side. Git tooling is now the default source-control provider with the legacy Team Explorer UI fully retired. The test runner integrates a new flaky-test detector that automatically reruns failures and flags non-deterministic tests over time. None of this is mandatory: most 2022 solutions open, build and run unchanged.

02

AI-first inner loop with GitHub Copilot

The headline change in 2026 is that GitHub Copilot is treated as a first-class part of the IDE rather than an optional extension. Copilot Chat docks into the editor by default, agentic workflows (multi-step refactors, test generation, scaffolded API endpoints) ship in the box, and the editor's IntelliSense, parameter info and quick fixes are all aware of Copilot's suggestions and merge cleanly with traditional Roslyn analysers. Crucially, Copilot is still a separate paid subscription billed through GitHub — buying Visual Studio 2026 does not automatically include it for every edition. Visual Studio Enterprise subscribers at specific GitHub Enterprise tiers receive Copilot Business as part of their bundle; Community and Professional users buy Copilot individually. The non-AI IntelliCode features (whole-line completions trained on your own code) remain free and require no subscription. Teams in regulated industries can disable Copilot entirely through a Group Policy or the new admin manifest so it never sends code to a remote service.

03

Editions: Community, Professional, Enterprise

The edition lineup mirrors 2022. Community is free for individual developers, open-source maintainers, academic research, classroom use and small teams of up to five developers inside organisations with less than US$1 million in annual revenue — those thresholds carry over from 2022 unchanged and are enforced at audit, not at install time. Professional is sold per user and includes the full IDE, CodeLens basic, the integrated debuggers and profilers, and (on subscription) Azure DevOps Basic for five users, a monthly Azure credit and access to the Visual Studio Subscriber training catalogue. Enterprise is also per user and adds IntelliTrace and historical debugging, Live Unit Testing across the full solution, Architecture and dependency diagrams, the advanced CPU and memory profilers, Microsoft Fakes for unit-test isolation, code-clone analysis, the new flaky-test detector at the team level, and a substantially larger Azure credit. For most organisations the deciding factor between Professional and Enterprise is still IntelliTrace plus Live Unit Testing — if you debug intermittent production issues or do test-driven development at scale, Enterprise typically pays for itself; otherwise Professional is plenty.

04

Subscription vs perpetual licence

Visual Studio 2026 is sold two ways through Microsoft channels. Subscriptions (annual or monthly, individual or through Volume Licensing) bundle benefits that perpetual licences do not: a recurring Azure credit for development and test workloads, training entitlements on platforms such as Pluralsight or LinkedIn Learning depending on tier, software for development and test (the modern descendant of the MSDN benefit — installation rights for Windows Server, SQL Server, Office and other Microsoft software strictly for dev/test use), and at certain Enterprise tiers GitHub Enterprise inclusion. Perpetual licences purchased through Volume Licensing entitle you only to the IDE itself, with version-upgrade rights only if you also buy Software Assurance. For most teams the subscription is the better deal: the Azure credit alone typically covers a meaningful share of dev/test infrastructure, and the dev/test software rights eliminate the need to separately license non-production SQL Server and Windows Server instances.

05

What it runs on, what it builds for

Visual Studio 2026 is Windows-only — it runs on Windows 11 (any in-support edition) and Windows Server 2022 or later. The published hardware floor is 1.8 GHz dual-core CPU minimum (quad-core strongly recommended), 8 GB of RAM (16 GB recommended for typical .NET and C++ workloads, 32 GB for game development with Unity or Unreal), a fast SSD (HDDs work but are explicitly discouraged), and a DirectX 11-capable GPU for the editor's hardware-accelerated rendering. On the build-target side, 2026 supports the current .NET 10 LTS and the in-support .NET 9 line, the latest C++ standards (C++23 mostly complete, parts of C++26 behind feature flags), Python via the integrated workload, Node.js, .NET MAUI for cross-platform mobile and desktop, Unity 6.x for game development and Unreal Engine 5.x via the C++ workload. iOS targets still require a Mac at build time but the editing and most of the debug loop stay in Visual Studio via Pair-to-Mac.

06

Side-by-side install with Visual Studio 2022

2026 installs cleanly alongside Visual Studio 2022 — they use separate program-files directories, separate user settings, separate extension galleries and separate component caches. A team can migrate gradually: open the same solution in both, keep the CI build pinned to 2022 while developers prototype in 2026, and flip the CI image only after the team is satisfied. Project files themselves do not need to be 'upgraded' to a new format; 2026 reads 2022 solutions and project files directly. Custom MSBuild targets, third-party project types and older COM-based extensions may need updates from their vendors before they run in 2026, which is the main practical reason to keep 2022 installed during the transition window.

07

Visual Studio Code is still a different product

Visual Studio Code remains a separate, free, MIT-licensed editor with no commercial-use restrictions (Microsoft's downloaded builds carry a permissive but proprietary telemetry-enabled EULA). VS Code is not 'Visual Studio 2026 Lite' — it does not include the full Visual Studio IDE features such as multi-project live debugging, the integrated profilers, the WinForms / WPF / XAML designers, the test orchestrator, IntelliTrace, or the rich C++ tooling for game and embedded development. The right answer for most .NET teams is still to use both: VS Code for everyday editing, scripts and remote/SSH work, Visual Studio 2026 for debugging, profiling, designer surfaces and large-solution work.

08

Volume Licensing, MSDN successor benefits and audit posture

Through Volume Licensing, Visual Studio 2026 is sold per user as either a perpetual licence (optionally with Software Assurance for version-upgrade rights) or as a subscription (cloud or standard). The subscription bundles what used to be called MSDN — rights to install Windows Server, SQL Server, Office and other Microsoft software in development and test environments at no additional licence cost, as long as those installs are used exclusively for development and test and the developer holds an active subscription. At audit time Microsoft checks two things on the developer side: that every developer using a paid edition has a named-user assignment in the VLSC portal or CSP tenant, and that any Community installs in an organisation satisfy the eligibility rules (small-team threshold, OSS, academic). Visual Studio is a developer tool, not an OEM product — so the OEM core rule does not even arise here; there is no such thing as a legitimate 'OEM key' for Visual Studio. Standalone 'cheap Visual Studio Enterprise keys' on grey-market sites are almost always leaked MSDN subscription keys that will fail re-activation or trigger a compliance ticket.

09

Support lifecycle and when to upgrade

Visual Studio 2026 ships with the standard Microsoft Modern Lifecycle: roughly quarterly minor releases for new features and bug fixes, monthly security updates, and a long-term-servicing channel (LTSC) for organisations that need a frozen feature set with security-only updates. Visual Studio 2022 stays in support — mainstream updates continue for at least another year from 2026's general availability, with security-only updates extending to 2032 under its LTSC. There is therefore no rush to upgrade existing 2022 environments mid-project; pick a natural moment (a major release of your own product, a CI rebuild, a hardware refresh) and migrate developers alongside it. New greenfield projects should start on 2026 to avoid an upgrade later.

By channel

Where to buy this product

Relative fit of each licensing channel for typical buyers of this product. Calibrate against your own scale and renewal strategy.

Channel fit (typical buyer)
Retail6
Volume Licensing9
Subscription10
Retail / FPPIndividuals & small teams

Boxed or ESD keys, transferable, registered to a Microsoft account.

Volume LicensingMid-market & enterprise

MAK / KMS activation, centralized VLSC, optional Software Assurance.

CSP / Microsoft 365Subscription, per user

Monthly / annual seats, managed through partner or admin center.

OEM is not a buying channel for end users. OEM keys are supplied pre-installed by hardware manufacturers and are not sold standalone — choose Retail, Volume or CSP instead.
Support timeline

Lifecycle phases to plan against

Visual Studio is licensed per developer (subscription), and the included Azure credits, dev/test rights and software downloads are usually worth more than the IDE itself. Treat it as a developer benefit package, not a single product.

Phase 1
Major release
Every ~3 years

Visual Studio 2017 / 2019 / 2022 / 2026 each ship LTSC channels with 10 years of fixes for subscription customers.

Phase 2
Subscription updates
Continuous

Monthly Preview, quarterly stable releases. Cloud services (Azure DevOps, GitHub) iterate independently of the IDE.

Phase 3
End of life
Year 10

Extended support ends; the IDE keeps running but stops receiving security fixes. Build agents on EoL IDEs become an audit and supply-chain risk.

Procurement checklist

Do this, not that

The small set of decisions that determine whether you overpay, fail an audit, or land in the right place.

DO

Use Community Edition for genuinely independent open-source and individual learning — it is free and feature-equivalent to Professional for small teams.

DON'T

Use Community in any organisation over 250 PCs or above $1M USD revenue — the licence terms forbid it.

DO

Buy Visual Studio Subscriptions per developer; each seat includes dev/test rights for almost every Microsoft product.

DON'T

Re-use a single subscription across multiple developers — entitlement is per named user.

DO

Burn the included Azure credits — they reset monthly and disappear if unused.

DON'T

Forget GitHub Enterprise is included with VS Enterprise subscriptions in many programmes — check the benefits portal before buying separately.

Typical deployments

How buyers actually use Visual Studio 2026

Three reference deployments — find the closest match and adapt rather than starting from zero.

Scenario 1
Indie / OSS developer

Community Edition + a free GitHub account. Move to a paid subscription only when revenue or team size crosses the licence threshold.

Scenario 2
Enterprise .NET shop

Visual Studio Professional or Enterprise subscriptions per developer, Azure DevOps or GitHub Enterprise for source and pipelines, Azure dev/test subscriptions for non-prod environments.

Scenario 3
Cross-platform / mobile

Visual Studio + .NET MAUI, or VS Code + the relevant extensions. Subscriptions still pay for themselves through Azure credits and the included tooling.

Cost optimisation

Where the savings actually live

None of these are tricks — they are the same levers Microsoft's own licensing specialists pull on every renewal.

💰
Subscriptions > perpetual for most teams

The dev/test rights, Azure credits and bundled GitHub/Office benefits in a VS Subscription pay back the cost long before the IDE itself does.

📊
MSDN / Visual Studio dev-test pricing on Azure

All Azure VMs spun up by a subscriber for dev/test get heavily discounted base rates — never run dev workloads at pay-as-you-go rates if the developer has a subscription.

🎯
Right-size Enterprise vs Professional

IntelliTrace, Live Share advanced features, architectural validation and Test Professional only exist in Enterprise. If your team will not use them, Professional is dramatically cheaper.

Counterfeit & risk

Red flags when buying second-hand

These four signals show up in every counterfeit-licence case we have seen. If any of them is present, walk away — no discount makes it worthwhile.

01
Standalone OEM key sold below market

OEM keys are distributed only pre-installed on hardware and stay bound to that device for life. A separately sold OEM key is almost certainly leaked, harvested from scrapped hardware, or fully counterfeit.

02
Lifetime key with no invoice or VLSC record

Microsoft entitlement always leaves a paper trail — a Volume Licensing Service Center record, a CSP invoice, a sealed Retail box with a COA, or a Microsoft Store order. No proof = no defence in an audit.

03
Key works once, then 'not genuine' after the next cumulative update

Classic symptom of a MAK key that has exceeded its activation pool, or a KMS key being abused outside its volume programme. Microsoft revokes these centrally; the activation grace period is short.

04
Seller refuses to put the entitlement in your tenant

Legitimate CSPs and LARs transfer the licence into your Microsoft 365 / Azure / VLSC tenant under your domain. If the seller insists on activating 'for you' on their account, you do not own anything.

Acronyms

Licensing terms used on this page

Quick definitions — the full glossary lives at /en/glossary if you need to dig deeper.

CSP

Cloud Solution Provider — Microsoft's primary indirect channel for subscriptions and cloud services.

VLSC

Volume Licensing Service Center — the portal where Volume Licensing keys, agreements and downloads live.

MAK

Multiple Activation Key — a Volume Licensing key with a finite activation count, used for isolated machines.

KMS

Key Management Service — an on-premises activation host that activates clients on a 180-day re-check cycle.

EA

Enterprise Agreement — Microsoft's largest commitment-based volume contract, typically a 3-year term with annual true-ups.

SA

Software Assurance — the upgrade-and-benefits add-on to Volume Licensing; required for new version rights and several mobility scenarios.

Browse the full glossary →
FAQ

Frequently asked questions

Is Visual Studio 2026 a free upgrade from 2022?+
Only if you bought 2022 with active Software Assurance or hold a Visual Studio Subscription. Perpetual licences without Software Assurance do not include rights to the next major version; you would buy 2026 separately or move to a subscription.
Does Visual Studio 2026 include GitHub Copilot?+
Copilot is integrated into the IDE but billed separately through GitHub for Community and Professional users. Visual Studio Enterprise subscribers at certain GitHub Enterprise tiers receive Copilot Business as part of their bundle — confirm your specific entitlement with your reseller.
Can it install side-by-side with Visual Studio 2022?+
Yes. Both versions coexist cleanly with separate installation directories, user settings, extension galleries and component caches. Most teams keep 2022 installed during the migration window.
Does Community Edition still have the small-team revenue limit?+
Yes. Up to five developers in organisations with less than US$1 million in annual revenue, plus unlimited use for individuals, open-source contributors, academic research and classroom teaching. Larger organisations must license every developer with Professional or Enterprise.
Is there an OEM version of Visual Studio?+
No. Visual Studio is a developer product, not an OEM Windows install — there is no such thing as a legitimate standalone 'OEM key' for it. Anyone selling one is almost certainly reselling a leaked subscription key that will fail re-activation.
Does it run on macOS or Linux?+
No. Visual Studio for Mac was retired in 2024 and was not reintroduced. The supported Microsoft path for macOS and Linux is Visual Studio Code with the C# Dev Kit extension; .NET itself remains fully cross-platform.
Where can I legitimately buy a license?+
Through Microsoft's Retail channel, an authorised Cloud Solution Provider (CSP), or a Volume Licensing partner (MPSA, Enterprise Agreement, Open Value, Server & Cloud Enrollment). OEM keys are distributed only pre-installed by hardware manufacturers and stay bound to that device for life — they are not sold to end users as standalone products. Anyone offering a 'cheap OEM key' as a standalone download is, by definition, operating outside Microsoft's distribution terms.
What gets checked in a Microsoft licensing audit?+
Auditors map every installed copy to a proof of purchase (VLSC record, CSP invoice, sealed Retail FPP), verify edition alignment (features used must match the licensed edition), and confirm CAL counts cover the maximum number of authenticated users or devices during the audit window. Small variances usually resolve with a true-up; large gaps escalate to Software Asset Management engagements and back-billing at list price.
Related

Other products in this category