Share via

check account license

Zwan Azmi 0 Reputation points
2026-02-11T03:14:46.7433333+00:00

How to check status of account license whether valid license or not

Microsoft 365 and Office | OneDrive | For home | Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Tin Luna 22,980 Reputation points Independent Advisor
    2026-02-11T03:51:53.61+00:00

    Greetings!

    This is Tin, I'm here to help. Just to confirm, do you want to check your MS Office subscription is active or not? Or you want to check your MS Office apps if it's already activated?

    You can check the status of your license from logging in your MS Account to https://account.microsoft.com/services

    If it's active or valid, it should be shown from there.

    In case the MS Office app is already installed and you just wanna check if it's activated, you can click File Tab then Account, you'll see there if it's activated. If it's not yet activated, please just sign in the account where your MS Office is associated and it should activate your MS Office apps.

    Thanks,

    Tin

    0 comments No comments

  2. Q&A Assist
    2026-02-11T03:15:23.19+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To check the status of your Microsoft 365 account license, you can use PowerShell. Here’s how:

    1. Open Windows PowerShell.
    2. Use the following command to view the status of services on user accounts:
         Get-MsolUser | Select-Object DisplayName, Licenses
      
      This command will list the display names and the licenses assigned to each user.

    For more detailed information about the license and service details, you can refer to the Microsoft documentation on viewing account license and service details with PowerShell.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.