The Microsoft 365 July 2026 price change is really about commitment term
Microsoft reset Microsoft 365 list prices on 1 July 2026. The headline seat numbers moved a little; the commitment term moved a lot. Here are the confirmed figures and the tenant check to run before the next renewal.
Microsoft reset Microsoft 365 list prices on 1 July 2026. The headline seat numbers travelled fast. The part that actually moves a mid-size bill is the commitment term, and most renewal conversations skip it.
Last verified: 2026-08-03.
What changed
Three common seats moved on list price, confirmed against Microsoft's own pricing update and an independently compiled table:
- Microsoft 365 E3: 36 to 39 US dollars per user per month.
- Microsoft 365 E5: 57 to 60 US dollars per user per month.
- Business Standard: 12.50 to 14 US dollars per user per month.
The steeper move sits in commitment type. Annual, paid upfront rises about 16.7 percent. Annual, paid monthly carries roughly a 5 percent premium on top. True month-to-month carries about a 20 percent premium on top. Worked on Business Basic: 6.00 to 7.00 US dollars annual paid upfront, against 7.20 to 8.40 US dollars true month-to-month.
Who is affected
Any tenant renewing after 1 July 2026 on a month-to-month term pays the largest premium. A buyer who never picked a term is usually on the most expensive one by default. Anyone can buy E5 licences. The skill is knowing when E3 plus the right Intune policy is the better answer.
Tenant check
Before the next renewal, read the current seat mix rather than trusting the invoice total.
# List assigned Microsoft 365 SKUs and seat counts
Connect-MgGraph -Scopes "Organization.Read.All"
Get-MgSubscribedSku |
Select-Object SkuPartNumber,
@{n='Assigned';e={ $_.ConsumedUnits }},
@{n='Total';e={ $_.PrepaidUnits.Enabled }}
Pair the seat count with the commitment term from the CSP or admin portal, then settle term before tier. The ITSailor licensing service covers this at /services/cloud-licensing-and-procurement.
Where this does not apply and limitations
Not every plan rose. Business Premium held at 22 US dollars and Office 365 E1 held at 10 US dollars on the same update, so a blanket "prices went up 5 percent" line is wrong. All figures are US dollar list prices from the cited sources. Local currency, CSP margin, and promotional terms change the final number, so treat these as the anchor for a renewal conversation, not the quote.
Sources and further reading
More from Ops Log
What a Microsoft 365 offboarding scan finds after the account is disabled
Disabling an Entra account is the start of offboarding, not the end. Here are the eight access residues a read-only Microsoft Graph scan reads back, and why each one matters to an auditor.
The delegated OAuth grant that outlives the employee
Disabling an Entra account does not delete the delegated OAuth grants the person consented to. A third-party app can keep acting on a former employee until the grant itself is revoked. Here is how to read them and which scopes to treat as high risk.
A 30-second Conditional Access read and the four gaps it usually surfaces
Four Conditional Access controls decide most of a Microsoft 365 tenant identity posture: admin MFA, legacy-auth block, MFA for all, and a device gate. Here is the read-only check that scores them and what each gap means.