Windows 365 or Azure Virtual Desktop: which one for which client

4 min readMarkdown version

Short answer

Windows 365 is billed per user per month at a fixed price for a dedicated Cloud PC, so it is predictable and needs almost no capacity planning, but it costs the same whether the user works two hours a day or ten. Azure Virtual Desktop is Azure infrastructure billed by the hour, so pooled multi-session hosts shared across users plus autoscaling make it cheaper at scale, at the cost of design and operational work. Small clients, task workers and anyone who needs a predictable per-seat number tend to fit Windows 365; larger pooled workloads with predictable working hours tend to fit AVD.

They are not competitors so much as two ends of a dial

Both deliver a Windows desktop from Microsoft's cloud, and Windows 365 is built on top of the same remote connectivity stack: Microsoft's own documentation states that Windows 365 Enterprise uses Microsoft Intune to manage Cloud PCs, Microsoft Entra ID for identity and access control, and Azure Virtual Desktop for remote connectivity.

The difference is who carries the capacity problem. With Windows 365 that is Microsoft's problem and you pay a fixed subscription for it. With AVD it is yours, and in exchange you can share one machine between many users and turn it off when nobody is working.

The billing difference in Microsoft's own words

Microsoft describes the Windows 365 model plainly: Cloud PCs are billed in a per-user per-month cost model, which means your organization does not have to manage the variability of compute and storage costs of a traditional hosted desktop model.

That sentence contains both the benefit and the cost. No variability means no surprises and no capacity work. It also means no savings when the desktop is idle. An AVD session host that is deallocated overnight stops incurring compute charges; a Cloud PC costs the same on a bank holiday as it does on a Monday.

Side by side

Windows 365Azure Virtual Desktop
BillingFixed per user per monthAzure consumption, per hour plus storage
Machine modelOne dedicated Cloud PC per userPooled multi-session or personal
Idle costUnchangedFalls when hosts are deallocated
Capacity planningNone, sized by SKU per userYours: host sizing, density, scaling
Provisioning triggerAssigning a licenseA deployment you run
ManagementIntuneIntune plus Azure resource management
Best fitSmall teams, task workers, predictable seatsLarger pools, defined working hours, cost sensitivity
Windows 365 Enterprise against Azure Virtual Desktop, for an MSP-managed client

How to actually choose

The decision usually falls out of three questions, asked in this order.

  • How many hours a day is the desktop in use?: Low utilization across a defined working day favours AVD, because that is exactly what autoscaling reclaims. Genuinely around the clock usage erases the advantage.
  • Can these users share a machine?: Multi-session is where AVD's economics come from. If the workload needs a dedicated machine anyway, much of the advantage disappears and Windows 365 becomes competitive on total effort.
  • Who carries the variance?: If the client wants one predictable number per seat, a consumption-billed estate is a monthly conversation you will keep having. Some MSPs run AVD and simply sell it as a fixed per-seat price, absorbing the variance themselves.

Running both is normal

Most MSP fleets end up mixed, often inside a single client: pooled AVD for the office staff who work a predictable day, Cloud PCs for the executives, contractors and remote users where simplicity is worth more than the hourly saving.

That mix is only a problem if your tooling forces you to manage the two in different places. rugged.sh deploys and manages both from one console per customer tenant, with AVD host pools from versioned templates and Cloud PCs from managed provisioning policies, at the same flat per-tenant fee.

Questions people ask

Is Windows 365 cheaper than Azure Virtual Desktop?
For a small number of users, or for desktops in use around the clock, usually yes, because there is no capacity to design and no idle time to reclaim. For larger pooled workloads with defined working hours, AVD is usually cheaper because multiple users share one host and hosts deallocate when nobody is working.
Does Windows 365 use Azure Virtual Desktop underneath?
Yes for connectivity. Microsoft documents that Windows 365 Enterprise uses Intune to manage Cloud PCs, Microsoft Entra ID for identity, and Azure Virtual Desktop for remote connectivity. What differs is the billing model and who manages the capacity.
How is a Cloud PC created?
Automatically, when a Windows 365 license is assigned to a user in an appropriate Microsoft Entra user group. Microsoft states that admins do not manually create Cloud PCs, so provisioning is controlled through licensing and group membership.
Can one client use both Windows 365 and AVD?
Yes, and mixed estates are common: pooled AVD for staff on predictable schedules, Cloud PCs for users where a dedicated, always-available desktop is worth the fixed price. Both are managed through Intune and Entra, so the identity and policy work is shared.

Sources

Microsoft's behaviour described above was read from these pages on the dates shown. Claims that come from our own testing against a live Azure subscription carry that date inline.

Related

Try it on one client

The free tier covers one customer tenant and five users, with no time limit, against your own Azure subscription. Paid plans are priced per tenant, not per user.