Recently, I got the requirement to upgrade the Azure CLI version in my Windows machine. In this article, I will walk you through how to check Azure CLI version in Windows.
Table of Contents
How To Check Azure CLI Version In PowerShell
Let us discuss all the approaches individually.
Approach-1: Using PowerShell ISE
To check Azure CLI version in PowerShell, follow the below steps.
1. Open Windows PowerShell ISE with Run as administrator mode.

2. Now, you can execute the Azure CLI command below in PowerShell ISE, but before that, be sure to install Azure CLI on your Windows machine.
az versionAfter executing the above command, I got the expected output below, and the Azure CLI version is 2.67.0.

Or, we can also use the below Azure CLI command.
az --versionAfter executing the above command, I got the expected output as shown below.

Approach-2: Using Windows Machine Search Bar
Follow the below steps.
On your Windows machine, search for Azure CLI, and on the Name itself, you will see the version of Azure CLI

Conclusion
We can easily check the Azure CLI version using the Azure CLI version command az version and az –version and even from the Windows machine search bar itself.
You may also like following the articles below.

I am Rajkishore, and I am a Microsoft Certified IT Consultant. I have over 14 years of experience in Microsoft Azure and AWS, with good experience in Azure Functions, Storage, Virtual Machines, Logic Apps, PowerShell Commands, CLI Commands, Machine Learning, AI, Azure Cognitive Services, DevOps, etc. Not only that, I do have good real-time experience in designing and developing cloud-native data integrations on Azure or AWS, etc. I hope you will learn from these practical Azure tutorials. Read more.
