# Article Name 4 Ways to Calculate Annual Cost for Microsoft 365 # Article Summary Explore four practical methods to estimate your Microsoft 365 annual cost, helping you budget and plan subscriptions accurately # Original HTML URL on Toriihq.com https://www.toriihq.com/articles/how-to-find-annual-cost-microsoft-365 # Details Predicting what Microsoft 365 will really cost at renewal can feel like guessing a moving target. Licenses change, add-ons creep in, and headcount never sits still. Many admins end up surprised when the invoice lands. This guide walks through four concrete ways to pin down your yearly spend before it sneaks up on you, so you can align budgets, justify subscriptions, and avoid last-minute cuts. ## Use Microsoft 365's UI Use the Microsoft 365 admin center to find out what your organization spends on its subscriptions each year. ### 1. Sign in to the admin center - Open admin.microsoft.com and sign in with a global or billing admin account. ### 2. Open the Billing section - In the left-hand menu, pick Billing. - From the fly-out, choose Your products. This shows every active subscription. ### 3. Check each subscription’s annual price - On the Your products page, locate a subscription card and click it. You’ll see: - Number of licenses - Price per license - Billing frequency (Monthly or Annual) - Total price for that billing cycle - If the card shows Billed monthly, multiply the monthly total by 12 for the yearly cost. Example: $250 per month × 12 = $3,000 per year. ### 4. Confirm past charges (optional but handy) - Still under Billing, click Bills & payments. Every invoice appears in date order. Open the most recent invoice PDF to see: - Subtotal - Tax - Amount paid - Add the subtotals from all twelve monthly invoices if you need an exact figure for the last year. ### 5. Export totals for your records - In Bills & payments, select the checkboxes next to the invoices you want. - Hit Download, and Microsoft 365 bundles the PDFs and a CSV summary in a zip file. The CSV lists each invoice’s total, making it easy to sum in Excel. That’s it. With these screens, you can spot each subscription’s yearly price and confirm what you’ve spent. ## Use Torii Instead of exporting spreadsheets from Microsoft 365, use Torii [https://www.toriihq.com/], a SaaS management platform, to see your annual spend. The tool gathers every subscription in one place so finance and IT can track each license without hunting through emails. To check your yearly Microsoft 365 cost from inside Torii, follow these steps: ### 1. Sign up for Torii Contact Torii [https://www.toriihq.com/] and request a free, two-week proof of concept. ### 2. Connect your expense systems & contracts to Torii Once your account is live, connect Torii to finance tools such as Coupa, QuickBooks, or any other expense platform. This link streams Microsoft 365 spending data directly into Torii. You can also upload contracts, and Torii will pull the subscription price automatically. See these instructions for the Microsoft 365 integration [https://support.toriihq.com/hc/en-us/articles/5192093877659]. ### 3. Search for Microsoft 365 within Torii In the Torii dashboard, type Microsoft 365 into the search bar. The app page then shows license counts, total spend, renewal dates, and related details. ### Or, chat with Eko Open Torii and chat with its AI assistant, Eko [https://www.toriihq.com/eko], to surface Microsoft 365 details in seconds. Click the icon on the dashboard’s lower right, request the data, and it lands in the chat window right away. ## Use Microsoft 365's API Here you’ll pull live license counts through Microsoft Graph, then turn them into a yearly dollar figure. ### 1. Grab an access token Permissions to include on the app: Organization.Read.All and Directory.Read.All. The response returns accesstoken. ### 2. List every subscription SKU in the tenant Your response will contain one JSON object for each SKU in the tenant. Key fields: - skuPartNumber: friendly name like ENTERPRISEPACK - consumedUnits: seats in use - prepaidUnits.enabled: seats you’re paying for ### 3. Isolate billable seats Grab the larger value between consumedUnits and prepaidUnits.enabled for every SKU you find. That figure is what accounting will match to the invoice at the end of each month. ### 4. Translate SKUs to annual price Microsoft Graph returns seat counts but no pricing details, so you need a reference table of list rates. Keep a local map such as: If your organization secured discounted rates, replace the list prices with the negotiated numbers before running any calculations. ### 5. Crunch the yearly total Pseudo-code: Run the script whenever you need an updated figure or schedule it to post to finance every month. ### 6. Keep it fresh - Rerun Step 2 after adding or removing licenses. - Update the local price map when Microsoft announces new rates or when your renewal comes up. ## Use Claude (via MCP) Fetch the same data inside Claude with the Model Context Protocol (MCP). Claude, Anthropic’s AI assistant, works much like ChatGPT and understands MCP calls. To check your Microsoft 365 yearly spend in Claude, follow these steps. ### 1. Set up Torii Follow the earlier Torii [https://www.toriihq.com/] instructions to connect your Microsoft 365 tenant. Once connected, open Settings and generate a new API key. ### 2. Set up MCP in Claude Browse the official Torii MCP instructions [https://www.npmjs.com/package/@toriihq/torii-mcp?activeTab=readme] and this blog post [https://www.toriihq.com/blog/introducing-model-context-protocol-in-torii] for background. Install the Claude Desktop app, then add the snippet below to claudedesktopconfig.json: Create the key in Torii’s Settings tab and replace YOURAPI_KEY before saving. ### 3. Chat with Claude With the config in place, Claude now recognizes your Torii workspace. Ask it to inspect Microsoft 365 licenses, total spend, renewal dates, and other SaaS details. ## Torii for SaaS Management Trying to bring order to an expanding stack of SaaS subscriptions? From finding rogue apps to catching renewal deadlines, Torii’s SaaS Management Platform gives every team the clarity to act: - Uncover shadow IT: Ongoing scans flag unapproved apps the moment they appear in your environment, so nothing slips through the cracks. - Reduce spend: Stop paying for idle licenses and duplicate tools you don't need, and redirect that budget to real growth initiatives. - Automate onboarding/offboarding: Put repetitive IT tasks on autopilot, cutting manual work and errors while freeing your team for higher-impact projects. - Stay ahead of renewals: Get alerts in time to renegotiate or cancel before contracts roll over, giving you room to choose the best path forward. Torii is the first unified SaaS Management Platform, delivering a single source of truth for Finance, IT, and Security teams alike. See how Torii can simplify your SaaS ecosystem at Torii [https://www.toriihq.com].