Skip to content

How to Find Your Microsoft Tenant ID

In this guide, you’ll learn how to find your Microsoft Tenant ID using the entra admin center, powershell and the azure portal.

Find Microsoft Tenant ID using Entra Admin Center

Section titled “Find Microsoft Tenant ID using Entra Admin Center”
  1. Sign into the Entra Admin Center

  2. Click on Overview

    Your tenant ID is under the Basic Information section.

    find tenant id admin center

  1. Install Microsoft graph module if you don’t already have it.
Terminal window
Install-Module Microsoft.Graph.Authentication -Scope CurrentUser
  1. Connect to Microsoft graph
Terminal window
Connect-MgGraph -Scopes "Directory.Read.All"
  1. Run this command to get your Tenant ID
Terminal window
(Get-MgContext).TenantId

find tenant id with powershell

  1. Sign into the Azure Portal

  2. In the search bar at the top of the screen, type in tenant. And click on Tenant properties

    search azure portal tenant

  3. Your tenant ID is displayed on the tenant properties page

    azure portal tenant id