How To Stop Teams From Showing Away (2024)

Teams automatically sets your status as Away from Active when your mouse or keyboard remains inactive for 5 minutes.

For those who don’t want to appear “Away” during brief pauses, setting your status to “Busy” or “Do not Disturb” is a direct solution.

Additionally, if you want to maintain an active status, consider methods like screen splitting, setting a custom message, and ensuring your device remains active.

Set a Custom Status to Busy or Do Not Disturb

You can change your activity status manually to override Teams from showing your status as away.

While changing your status, remember that the status you set will change the way you receive notifications. For starters, the Do Not Disturb and Busy statuses disable all notifications unless a member mentions you.

  1. Open the Microsoft Teams application.
  2. On the right of your screen, select your profile icon.
  3. Click on your current status.
    How To Stop Teams From Showing Away (1)
  4. From the fly-out, choose a status.How To Stop Teams From Showing Away (2)

While you have the option to choose Available, this will not permanently set your status like the rest. If you remain inactive for 5 minutes or more, Teams will automatically change your status to Away.

Split Your Windows Screen

Teams will change your status to Away after some time when you minimize the program. This will be a bummer when you’re trying to multitask. Therefore, you can use a split-screen to always show your status as available even when you’re using a different program.

To split your screen, drag the title bar of Microsoft Teams on either corner of your screen. When you see a translucent rectangle, let it go. Select the other application you want to open side-by-side.

How To Stop Teams From Showing Away (3)

Remember to move your cursor on the MS Teams side of the screen occasionally to avoid going idle.

Set a Custom Status Message

You can also set a status message to notify your teammates that you are still available. This simple gesture can help your colleagues a lot in acknowledging if you’re available. To set a status message on Microsoft Teams, follow these instructions:

  1. Open Microsoft Teams.
  2. Click your profile icon on the right.
  3. On the drop-down menu, locate the Set status message.
    How To Stop Teams From Showing Away (4)
  4. Under less than 280 words, type in a custom message.
  5. Select Never under the Clear status message after.
    How To Stop Teams From Showing Away (5)

Host a Private Meeting

You can host a private meeting as this will stop Teams from showing away. However, after starting a private meeting, set your status to Available so your status isn’t displayed as Busy.

Also, note that this is pretty risky as your IT department can detect such calls as “Ghost Calls.” So, only use this method if you’re away for a short time. If not, prepare to explain an hour-long call with yourself!

  1. Open the Microsoft Teams app.
  2. On the panel to your left, select the Calendar option.
    How To Stop Teams From Showing Away (6)
  3. Select Meet Now > Start a meeting.
  4. Click Join Now.
    How To Stop Teams From Showing Away (7)
  5. Set your activity status to Available by clicking on your profile icon.

Increase Your Computer Sleep Time

When your screen goes to sleep, your status on Microsoft Teams automatically sets to Away. You can increase the time for your screen to sleep on the Settings application.

  1. Press Windows key + I to open Windows Settings.
  2. From the sidebar, select System > Power.
    How To Stop Teams From Showing Away (8)
  3. Drop down the menu for Screen and Sleep.
  4. Increase the sleep screen time as required.
    How To Stop Teams From Showing Away (9)

Use PowerShell Script to Keep Your Device Active

There are three ways you can keep your device active to stop teams from showing away. You can keep your system active using third-party applications like Jiggler or Caffeine.

However, if your group policy restricts you from using third-party applications, put something light on your keyboard’s Shift key. As the key is in use, Teams thinks you’re active.

If both of these aren’t feasible, you can run a Powershell script to keep your mouse active every ten seconds. Follow these steps to apply the code:

  1. Use Ctrl + X and select Terminal (Admin).
    How To Stop Teams From Showing Away (10)
  2. Select Yes on the User Account Control pop-up.
  3. On the PowerShell window, enter the following script:
Add-Type -AssemblyName System.Windows.Forms
while ($true)
{
$Pos = [System.Windows.Forms.Cursor]::Position
$x = ($pos.X % 500) + 1
$y = ($pos.Y % 500) + 1
[System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point($x, $y)
Start-Sleep -Seconds 10
}
How To Stop Teams From Showing Away (11)
  1. If prompted when pasting, select Paste anyway.
    How To Stop Teams From Showing Away (12)
  2. Keep the PowerShell window open.
  3. Close the application once you’re done.
How To Stop Teams From Showing Away (2024)
Top Articles
Latest Posts
Article information

Author: Melvina Ondricka

Last Updated:

Views: 6236

Rating: 4.8 / 5 (68 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Melvina Ondricka

Birthday: 2000-12-23

Address: Suite 382 139 Shaniqua Locks, Paulaborough, UT 90498

Phone: +636383657021

Job: Dynamic Government Specialist

Hobby: Kite flying, Watching movies, Knitting, Model building, Reading, Wood carving, Paintball

Introduction: My name is Melvina Ondricka, I am a helpful, fancy, friendly, innocent, outstanding, courageous, thoughtful person who loves writing and wants to share my knowledge and understanding with you.