Close Menu
Altcoinvest
    What's Hot

    Ethereum’s Largest Wallets Now Control Over 22% of Supply Amid Fresh Accumulation Wave

    May 30, 2026

    Bitcoin Yield Trade Could Cap Gains If BTC Rips Higher

    May 30, 2026

    Bitcoin Correction Pushes 580,000 BTC Into Loss Territory

    May 30, 2026
    Facebook X (Twitter) Instagram
    Altcoinvest
    • Bitcoin
    • Altcoins
    • Exchanges
    • Youtube
    • Crypto Wallets
    • Learn Crypto
    • bitcoinBitcoin(BTC)$73,594.000.10%
    • ethereumEthereum(ETH)$2,017.960.55%
    • tetherTether(USDT)$1.000.00%
    • binancecoinBNB(BNB)$653.422.65%
    • rippleXRP(XRP)$1.363.71%
    • usd-coinUSDC(USDC)$1.000.01%
    • solanaSolana(SOL)$82.860.93%
    • tronTRON(TRX)$0.344449-2.01%
    • Figure HelocFigure Heloc(FIGR_HELOC)$1.041.27%
    • dogecoinDogecoin(DOGE)$0.1011991.76%
    Altcoinvest
    Home»Exchange»How to Deactivate Application in Microsoft Entra ID
    How to Deactivate Application in Microsoft Entra ID
    Exchange

    How to Deactivate Application in Microsoft Entra ID

    February 16, 2026
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Sometimes you don’t want to remove the application from Microsoft Entra ID. But instead, you want to prevent the application from accessing protected resources. Doing this will keep the application configuration, and you can activate it again whenever you need. In this article, you will learn how to deactivate an application in Microsoft Entra ID.

    Deactivate application in Microsoft Entra ID

    To deactivate an application in Microsoft Entra ID using Microsoft Entra admin center , follow these steps:

    1. Sign in to Microsoft Entra admin center as a Global Administrator.
    2. Click on Entra ID > App registrations > All applications.
    3. Select the application.
    All applications in Microsoft Entra IDAll applications in Microsoft Entra ID
    1. Click on Deactivate in the toolbar.
    2. Confirm by clicking on Deactivate.
    Deactivate Application in Microsoft Entra IDDeactivate Application in Microsoft Entra ID
    1. Verify that the application is deactivated.
    Deactivate Application in Microsoft Entra ID notification and stateDeactivate Application in Microsoft Entra ID notification and state

    You can always activate the application by clicking Activate in the toolbar and confirming with Activate.

    Activate application in Microsoft Entra IDActivate application in Microsoft Entra ID

    Deactivate application in Microsoft Entra ID with PowerShell

    To deactivate an application in Microsoft Entra ID using PowerShell, follow these steps:

    Step 1. Install Microsoft Graph PowerShell

    Run Windows PowerShell as administrator and Install Microsoft Graph PowerShell.

    Install both the Microsoft Graph PowerShell and the beta version. That’s because you need to use the beta cmdlet to retrieve the information.

    Install-Module Microsoft.Graph -Force
    Install-Module Microsoft.Graph.Beta -AllowClobber -Force

    Important: Always update to the latest Microsoft Graph PowerShell module version before you run a cmdlet or script to prevent errors and incorrect results.

    Step 2. Connect to Microsoft Graph PowerShell

    Connect to Microsoft Graph PowerShell with the required scopes.

    Connect-MgGraph -Scopes "Application.ReadWrite.All"

    Enter your global administrator credentials and accept the Microsoft Graph permissions request.

    Step 3. Deactivate Microsoft Entra ID application

    Deactivate the application in Microsoft Entra ID using the Update-MgApplication cmdlet.

    Update-MgApplication –ApplicationId "0b0024fc-49c4-46b6-89fb-6a34b44fb652" –BodyParameter @{isDisabled = $true}

    Verify that the application is in a deactivated state using the Get-MgApplication cmdlet.

    Get-MgApplication -ApplicationId "0b0024fc-49c4-46b6-89fb-6a34b44fb652" | Select-Object DisplayName, @{N = 'IsDisabled'; E = { $_.AdditionalProperties['isDisabled'] } }

    Get all the deactivated applications in Microsoft Entra ID.

    Get-MgApplication -Filter "isDisabled eq true" | Select-Object DisplayName, AppId

    You can always activate the application in Microsoft Entra ID.

    Update-MgApplication –ApplicationId "0b0024fc-49c4-46b6-89fb-6a34b44fb652" –BodyParameter @{isDisabled = $false}

    That’s it!

    Read more: Export Entra ID app registrations Certificates and Secrets expiry report »

    Conclusion

    You’ve learned how to deactivate an application in Microsoft Entra ID. This can be done through the Microsoft Entra admin center or by using Microsoft Graph PowerShell. Deactivating an app is useful when you want to prevent it from accessing protected resources or obtaining new access tokens. Keep in mind that existing tokens will still remain valid, and the app will still appear in the Enterprise apps list for tenants.

    Did you enjoy this article? You may also like Renew Client Secret in Microsoft Entra ID. Don’t forget to follow us and share this article.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    How to Configure NTP Time Source on Domain Controller

    May 27, 2026

    How to Block Access for High-Risk AI Agents

    May 19, 2026

    Exchange Unattended Install Script [Update]

    May 7, 2026

    Conditional Access Policy Maximum Limit Explained

    May 7, 2026
    Add A Comment

    Comments are closed.

    Tweets by InfoAltcoinvest

    Top Posts

    How to Configure NTP Time Source on Domain Controller

    May 27, 2026

    How to Block Access for High-Risk AI Agents

    May 19, 2026

    Exchange Unattended Install Script [Update]

    May 7, 2026

    Two mysteries, one whack-a-mole vs. One FOUR STAR Stock

    March 22, 2026

    VanEck’s crypto heat index flashes first Bitcoin bull call since 2025 bottom

    January 6, 2026

    Will BTC Stay Stuck in Consolidation Through the Weekend?

    May 22, 2026

    LUNC Price Dips As Jane Street Gets Blamed For 2022 Crash

    February 24, 2026

    Altcoinvest is a leading platform dedicated to providing the latest news and insights on the dynamic world of cryptocurrencies.

    We're social. Connect with us:

    Facebook X (Twitter)
    Top Insights

    Ethereum’s Largest Wallets Now Control Over 22% of Supply Amid Fresh Accumulation Wave

    May 30, 2026

    Bitcoin Yield Trade Could Cap Gains If BTC Rips Higher

    May 30, 2026

    Bitcoin Correction Pushes 580,000 BTC Into Loss Territory

    May 30, 2026
    Get Informed

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.


    Facebook X (Twitter)
    • Home
    • About us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions
    © 2026 altcoinvest.com

    Type above and press Enter to search. Press Esc to cancel.