Forum Discussion
How Much Will the July 2026 License Increases Cost Your Microsoft 365 Tenant?
July 1, 2026, sees a bunch of monthly price increases that will affect Microsoft 365 tenants. How much will the increases cost your tenant? One way to find out is to use PowerShell to find which licenses assigned to user are affected by the price increases and compute the effect of the monthly increase (which varies across products). It’s a great example of how flexible PowerShell is for tenant management.
https://office365itpros.com/2026/06/16/monthly-license-increase-july-2026/
2 Replies
Hi, the practical step is to export current license assignments and compare monthly versus annual commitment pricing before renewal. Many tenants can reduce impact by removing stale accounts, reclaiming unused add-ons, and standardizing license groups. It is also a good time to check whether users really need premium SKUs or can be moved to a lighter plan.v
Much as I love seeing responses, I like them even more when people have read the article to understand the content. In this case, there's a complete PowerShell script that analyzes the current license assignments for increased costs to compute the overall increase for the tenant...