Close Menu
Altcoinvest
    What's Hot

    Actor Model Explained

    May 7, 2026

    Real-time coverage and highlights from on the ground

    May 7, 2026

    Ripple’s XRP Rocketing to $100 Not Off the Table— Why This Pundit Puts Odds Above 1% ⋆ ZyCrypto

    May 7, 2026
    Facebook X (Twitter) Instagram
    Altcoinvest
    • Bitcoin
    • Altcoins
    • Exchanges
    • Youtube
    • Crypto Wallets
    • Learn Crypto
    • bitcoinBitcoin(BTC)$80,574.00-1.01%
    • ethereumEthereum(ETH)$2,314.24-1.81%
    • tetherTether(USDT)$1.000.00%
    • binancecoinBNB(BNB)$646.10-0.03%
    • rippleXRP(XRP)$1.40-1.11%
    • usd-coinUSDC(USDC)$1.00-0.02%
    • solanaSolana(SOL)$88.760.84%
    • tronTRON(TRX)$0.3480020.99%
    • Figure HelocFigure Heloc(FIGR_HELOC)$1.02-1.31%
    • dogecoinDogecoin(DOGE)$0.109579-2.63%
    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

    Conditional Access Policy Maximum Limit Explained

    May 7, 2026

    Deploy dummy OU structure and Exchange mailboxes in Active Directory

    May 1, 2026

    Exchange Deployment & Compliance Assessment

    April 23, 2026

    How to Enable Tenant Isolation in Power Platform

    April 21, 2026
    Add A Comment

    Comments are closed.

    Tweets by InfoAltcoinvest

    Top Posts

    Conditional Access Policy Maximum Limit Explained

    May 7, 2026

    Deploy dummy OU structure and Exchange mailboxes in Active Directory

    May 1, 2026

    Exchange Deployment & Compliance Assessment

    April 23, 2026

    Bitcoin is still a great way to diversify portfolio even if it trades like a tech stock, analyst says

    March 8, 2026

    Tokenized assets hit $50b, projected to reach $2T by 2030

    March 7, 2025

    Buy Flights and Airline Tickets With Crypto

    February 27, 2026

    Waves (WAVES) Price Prediction 2025 2026 2027

    December 22, 2025

    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

    Actor Model Explained

    May 7, 2026

    Real-time coverage and highlights from on the ground

    May 7, 2026

    Ripple’s XRP Rocketing to $100 Not Off the Table— Why This Pundit Puts Odds Above 1% ⋆ ZyCrypto

    May 7, 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.