How to Check Excel Version: Complete Guide for Windows, Mac, and Web

Learn how to check Excel version on Windows, Mac, mobile, and web. Find your build number, license type, and 32-bit vs 64-bit info in seconds.

How to Check Excel Version: Complete Guide for Windows, Mac, and Web

Knowing how to check Excel version matters more than most users realize, because feature availability, formula compatibility, and add-in support all hinge on which release of Microsoft Excel you are running. Whether you are troubleshooting a missing function like XLOOKUP, preparing to install a workbook template from a colleague, or simply confirming you have the latest security patches, identifying your exact version number, build, and bitness takes less than thirty seconds when you know where to look in the application interface.

Excel has shipped in dozens of distinct versions since its 1985 debut, and the differences between them are not always cosmetic. A formula that runs flawlessly in Microsoft 365 may return a #NAME? error in Excel 2016, and a pivot table feature available on Windows may not exist on the Mac edition of the same release year. Knowing your version helps you write compatible spreadsheets, request the right support documentation, and decide whether an upgrade is worth the licensing cost.

This guide walks through every reliable method to identify your Excel version across Windows, macOS, the web app, and mobile platforms. You will learn how to find the version number through the File menu, the About Excel dialog, the registry, and even PowerShell. We also cover how to distinguish between perpetual licenses like Excel 2021 and subscription products like Microsoft 365, which behave differently in important ways.

Beyond simply locating the version string, we explain what each component of that string means, including the build number, the channel (Current, Monthly Enterprise, or Semi-Annual), and whether your installation is 32-bit or 64-bit. These details directly affect how much data Excel can handle, which add-ins it can load, and what new features will arrive in upcoming updates. Pair this knowledge with skills like how to merge cells in excel and you will troubleshoot version-specific issues far faster.

If you have ever opened a workbook only to see #SPILL!, #CALC!, or unknown function errors, version mismatch is often the culprit. Dynamic array functions, LAMBDA, LET, and the newest text helpers like TEXTSPLIT and TEXTBEFORE are exclusive to Microsoft 365 and Excel 2021 or later. Spotting these compatibility gaps requires accurate version awareness, which is why every Excel power user keeps version-checking as a routine first step in any technical investigation.

Throughout this article you will find step-by-step instructions, screenshots in text form, keyboard shortcuts, command-line approaches, and a frequently asked questions section answering real concerns from users who manage mixed-version environments. By the time you finish reading, you will have the confidence to identify any Excel installation in seconds and explain its capabilities to teammates, IT administrators, or vendors who need that information.

Let us begin with the most universal method, available across every platform Excel runs on today, then drill down into the platform-specific quirks that trip up even experienced users.

Excel Versions by the Numbers

📊40+Distinct Excel ReleasesSince 1985
đŸ’ģ2Bitness Options32-bit and 64-bit
🔄3Microsoft 365 ChannelsCurrent, Monthly, Semi-Annual
âąī¸30sTime to Check VersionOn any platform
🌐5Platforms SupportedWindows, Mac, Web, iOS, Android
Microsoft Excel - Microsoft Excel certification study resource

Quick Methods to Check Excel Version

📂

Open File Menu

Launch Excel and click the File tab in the top-left corner of the ribbon. This opens the Backstage view where account, options, and version details live. Works identically in every Windows release since Excel 2010.
👤

Click Account

In the left sidebar select Account on Windows or Microsoft 365 and Office on Mac. The right pane displays product information, subscription status, and a prominent About Excel button you will use in the next step.
â„šī¸

Press About Excel

Click About Excel to open a dialog showing the full version string, build number, bitness, and license type. Capture this text by clicking inside the box and pressing Ctrl+C to share with support technicians.
📋

Read the Version String

The dialog displays a line like Microsoft Excel for Microsoft 365 MSO Version 2401 Build 16.0.17231.20236 64-bit. Each segment matters for compatibility checks, troubleshooting, and feature availability investigations.
🔄

Note Update Channel

Below the build number you may see your update channel name such as Current Channel or Monthly Enterprise Channel. This determines how frequently you receive new features and security patches from Microsoft.

On Windows, checking your Excel version is straightforward but offers multiple paths depending on which release year you have installed. The most reliable approach starts inside Excel itself: open any workbook or the start screen, click File, then Account, then About Excel. This sequence works from Excel 2013 through the current Microsoft 365 builds and produces a dialog containing every piece of version metadata Microsoft tracks for support purposes.

For Excel 2010 the path differs slightly because Microsoft used the Help category instead of Account. Click File, then Help, and the right pane displays your version, product ID, and an About button. Excel 2007 users should click the round Office button in the top-left corner, choose Excel Options, then click Resources to reveal the About Microsoft Office Excel link. These older interfaces feel dated but contain the same essential version data.

If Excel will not open due to a crash or licensing problem, you can still determine the version by examining the executable file. Navigate to C:\Program Files\Microsoft Office\root\Office16 or a similar Office15 or Office14 folder depending on installation age. Right-click excel.exe, choose Properties, then click the Details tab. The File version field shows the full build number, and the Product version field confirms whether you have Microsoft 365, Office 2021, Office 2019, or an earlier perpetual license edition.

Windows PowerShell offers a scriptable alternative ideal for IT administrators auditing many machines at once. Run the command Get-ItemProperty 'HKLM:\Software\Microsoft\Office\ClickToRun\Configuration' and look at the VersionToReport property. For MSI-based installations check HKLM:\Software\Microsoft\Office\16.0\Common\ProductVersion instead. These registry values update automatically each time Office patches, so they always reflect the currently installed build with no manual refresh required.

The Windows Settings app provides yet another option. Open Settings, go to Apps, then Installed apps, and search for Microsoft. You will see entries like Microsoft 365 Apps for Enterprise or Microsoft Office Professional Plus 2021 with the major version visible next to the name. Click the three-dot menu and choose Modify to see additional details, though this method only shows the suite name rather than the precise build number of each individual app like Excel.

A common point of confusion involves the 32-bit versus 64-bit distinction. Both editions install into the same Program Files folder structure, but the About Excel dialog clearly labels which architecture you have. The 64-bit edition handles much larger datasets, breaks past the 2 GB process memory limit, and is required for certain large-array calculations, while 32-bit retains better compatibility with older COM add-ins. This bitness detail matters whenever you plan to use techniques like inner excellence book filtering on workbooks exceeding several million rows.

If you manage shared computers in an office or classroom, document the version of each machine in a simple spreadsheet so support requests include this data automatically. Standardizing on a single build across an organization prevents many of the cross-version formula errors that cost teams hours of troubleshooting each year.

FREE Excel Basic and Advance Questions and Answers

Mixed difficulty quiz covering basic and advanced Excel topics every user should master.

FREE Excel Formulas Questions and Answers

Targeted practice on formulas including VLOOKUP, INDEX MATCH, and dynamic array functions.

How to Check Excel Version on Mac, Web, and Mobile

On macOS open Excel and click the Excel menu in the top menu bar, just to the right of the Apple logo. Choose About Excel from the drop-down list and a window appears displaying the full version, build, and license type. The format reads something like Microsoft Excel for Mac Version 16.81 Build 24011420, which corresponds to a specific monthly release of the Microsoft 365 channel.

You can also check via the Finder by navigating to the Applications folder, right-clicking Microsoft Excel, and choosing Get Info. The resulting panel shows the version number under the General section. This Finder method works even when Excel will not launch, making it valuable for diagnosing licensing or update problems that block normal startup behavior on Mac systems.

Excel Spreadsheet - Microsoft Excel certification study resource

Microsoft 365 vs Perpetual Excel: Which Version Wins?

✅Pros
  • +Continuous monthly feature updates including new functions like TEXTSPLIT and GROUPBY
  • +Cloud storage integration with OneDrive and SharePoint included in subscription
  • +Access to AI features like Copilot when the appropriate license tier is added
  • +Cross-device installation allowing the same license on PC, Mac, tablet, and phone
  • +Always up-to-date security patches reducing exposure to known vulnerabilities
  • +Predictable monthly or annual budgeting for businesses and individuals
❌Cons
  • −Ongoing subscription cost compared to one-time perpetual license purchase
  • −Internet connection required periodically for license validation checks
  • −Feature changes can disrupt established workflows without warning
  • −Privacy concerns over telemetry and connected experiences for some users
  • −Older add-ins may break when monthly updates change underlying APIs
  • −Loss of access to all documents and features if subscription lapses

FREE Excel Functions Questions and Answers

Practice Excel functions across math, text, lookup, logical, and date categories.

FREE Excel MCQ Questions and Answers

Multiple choice Excel questions ideal for interview prep and certification review.

Excel Version Check Checklist Before Reporting an Issue

  • ✓Record the full version number including the four-segment build like 16.0.17231.20236.
  • ✓Note whether the installation is 32-bit or 64-bit because troubleshooting steps differ.
  • ✓Identify the update channel: Current, Monthly Enterprise, or Semi-Annual Enterprise.
  • ✓Confirm the license type: Microsoft 365, Office 2021, Office 2019, or earlier perpetual.
  • ✓Check the operating system version and edition such as Windows 11 Pro or macOS Sonoma.
  • ✓List any installed Excel add-ins along with their version numbers and publishers.
  • ✓Record the date of the most recent Office update applied to the machine.
  • ✓Verify whether the account signed in is personal Microsoft, work, or school.
  • ✓Capture a screenshot of the About Excel dialog for attachment to support tickets.
  • ✓Test whether the issue reproduces in Safe Mode launched via excel.exe /safe command.

The build is the real fingerprint of your installation

While most users quote a version like 2401 when discussing Excel, the build number such as 16.0.17231.20236 is what Microsoft engineers actually use to identify bugs and patches. Two machines on the same version label can be on different builds if one updated last week and the other is two months behind. Always share the full build when seeking help.

Decoding the Excel build number string transforms a cryptic series of digits into a precise statement about your installation. The format follows the pattern Major.Minor.Build.Revision, with each segment carrying specific meaning. Major version 16 has covered every Excel release from 2016 onward, including Office 2019, Office 2021, and all Microsoft 365 subscriptions. The Minor version stays at 0 for Office releases, while Build and Revision change with every update Microsoft ships.

The four-digit version number you see in dialogs, such as 2401 or 2312, encodes the year and month of the build. Version 2401 means January 2024, while 2312 means December 2023. This Year-Month notation makes it instantly clear how current your installation is. If your colleague mentions they are on 2403 and you are on 2310, you know they have approximately five months of newer features and fixes that you have not yet received.

Build numbers like 17231 are sequential counters Microsoft increments with each compiled release. A higher build number always means a more recent build within the same major version. The final revision number, sometimes called the QFE or hotfix number, identifies emergency patches applied between scheduled monthly updates. Seeing a non-zero revision usually indicates that a security patch shipped outside the normal cadence.

Distinguishing between Office 2021, Office 2019, and Microsoft 365 from the build alone requires looking at the version range. Office 2019 shipped with builds in the 10000 range, Office 2021 launched in the 14000 range, and Microsoft 365 has progressed through 15000, 16000, and now 17000-plus. When in doubt, the About Excel dialog explicitly labels the product name above the build, removing any ambiguity about which license you are running.

Update channels add another dimension to version interpretation. Current Channel receives features as soon as Microsoft considers them ready, typically each month. Monthly Enterprise Channel delivers the same features but on a predictable second-Tuesday schedule, giving IT departments a fixed change window. Semi-Annual Enterprise Channel ships features only twice yearly in January and July, prioritizing stability over novelty for large organizations that prefer slow rollouts.

To master cross-version compatibility, learn how to remove duplicates excel using both legacy and modern techniques. Older versions rely on the Data ribbon button while newer Microsoft 365 builds add the UNIQUE function. Knowing both approaches lets you write workbooks that degrade gracefully across version differences when sharing files with colleagues on older releases.

The OS architecture, language pack, and any localized version also influence what you see in the version dialog. A French-language Excel installation displays the same numeric build but localized labels in the About box. Always test workbook templates against multiple language versions if you distribute them internationally to catch regional formatting quirks.

Excellence Playa Mujeres - Microsoft Excel certification study resource

Once you know your current version, managing updates becomes the next priority because Excel evolves faster than any other Office app. On Windows, click File, Account, Update Options, then Update Now to manually trigger a check. The Click-to-Run installer downloads any pending updates and applies them in the background while Excel continues running. Restart Excel after the update completes to load the new build into the running application memory.

If Update Options is missing or grayed out, your installation may be managed by group policy or an MSI deployment instead of Click-to-Run. Volume-licensed editions of Office 2019 and earlier use MSI installers that receive updates through Windows Update or Microsoft Update rather than the in-app updater. Check with your IT department before trying to force an update on a managed device because policy may restrict end-user update actions intentionally.

Switching update channels requires the Office Deployment Tool or the OfficeC2RClient.exe command-line utility on Windows. Running OfficeC2RClient.exe /changesetting Channel=Current followed by /update user changes the channel and downloads the appropriate build. This is useful when you need access to a new function only available on Current Channel but your organization defaulted to Semi-Annual for stability reasons.

Mac users update through the Microsoft AutoUpdate app, accessible from the Help menu inside any Office app or directly from the Applications folder. AutoUpdate checks for new builds daily by default and can be configured for automatic background installation. The same channels available on Windows exist on Mac, though feature parity between platforms is not always perfect, so always verify your specific scenario.

For mobile and web editions, updates happen automatically without user intervention. The App Store and Google Play push new mobile builds based on each user's auto-update settings, while the web edition deploys server-side without any client action. Reviewing release notes published on the Microsoft 365 roadmap helps you anticipate when new features will reach your version and channel combination across these various platforms.

Mastering version awareness pays dividends beyond troubleshooting. When learning techniques like how to freeze a row in excel, knowing your version helps you choose the correct ribbon path because Microsoft occasionally relocates commands between releases. A tutorial written for Excel 2016 may reference menu locations that have moved in Microsoft 365, and version awareness prevents frustration when steps do not match what you see on screen.

Keep a simple text file or sticky note with your current Excel version, build, channel, and bitness. Update it whenever your installation patches. This habit takes seconds and saves significant time when you need to communicate technical details to support, instructors, or coworkers. Treat version information as a foundational data point in any spreadsheet-related conversation.

Beyond knowing how to check Excel version, applying that knowledge productively means matching your workflows to the capabilities your specific build provides. Start by creating a small reference workbook that lists the dynamic array functions, XLOOKUP variants, and LAMBDA helpers available in your version. Every time you write a formula, you can glance at this reference to confirm compatibility before sending files to colleagues who may run older releases that lack these modern conveniences.

If you regularly exchange workbooks with users on different versions, consider keeping a virtual machine or secondary computer with an older Excel installation for compatibility testing. Microsoft offers trial versions of Office through their evaluation program, and the Office Deployment Tool can install side-by-side builds when configured correctly. This testing setup catches issues like the @ implicit intersection operator that newer versions automatically insert when older formulas are opened in modern Excel.

Document compatibility expectations directly inside complex workbooks by adding a worksheet titled Version Requirements. List the minimum Excel version needed, any required add-ins, and notes about features that gracefully degrade. This documentation prevents support requests months later when someone tries to use the workbook on an older machine and encounters unexpected errors that would otherwise seem mysterious without the version context.

Train your team on version checking as part of standard onboarding. Spend ten minutes during the first week showing new hires how to find their Excel version, where to capture screenshots of the About dialog, and how to report version details when filing IT tickets. This small investment dramatically reduces ticket resolution times and prevents the frustrating back-and-forth that happens when support staff must repeatedly ask basic environment questions.

Use the Office Customization Tool when deploying Excel across many machines to enforce a consistent version baseline. Pinning all users to the same channel and update cadence eliminates a major source of cross-machine bugs. For shared workbooks stored in OneDrive or SharePoint, the version of Excel that opens them locally matters even more than the cloud document format because formula behavior can differ subtly between releases when offline editing occurs.

Subscribe to the Microsoft 365 Message Center if you administer a tenant, or follow the official Microsoft 365 roadmap if you are an individual user. These channels announce upcoming features and version changes before they reach your build. Knowing what is coming lets you plan training, update documentation, and prepare workbooks to take advantage of new functions like REGEX or improved CHOOSECOLS as soon as they become available in your channel.

Finally, treat version checking as a habit rather than a one-time task. Every quarter, verify your installation matches your team standard, confirm your channel is still appropriate for your role, and review whether any new features warrant updating tutorials or templates. This proactive routine keeps your Excel skills aligned with the tool you actually use, rather than the version you remember installing years ago.

FREE Excel Questions and Answers

Comprehensive Excel practice test simulating real certification exam conditions and topics.

FREE Excel Trivia Questions and Answers

Fun trivia-style Excel questions covering history, shortcuts, and lesser-known features.

Excel Questions and Answers

About the Author

James R. HargroveJD, LLM

Attorney & Bar Exam Preparation Specialist

Yale Law School

James R. Hargrove is a practicing attorney and legal educator with a Juris Doctor from Yale Law School and an LLM in Constitutional Law. With over a decade of experience coaching bar exam candidates across multiple jurisdictions, he specializes in MBE strategy, state-specific essay preparation, and multistate performance test techniques.