Microsoft plans to roll out a new Microsoft Teams feature in March 2026 that automatically updates a user’s work location when they connect to their organization’s Wi-Fi network. The capability appears on the Microsoft 365 Roadmap under Roadmap ID 488800 and targets Teams on Windows and macOS desktop clients.

The feature aims to reduce manual location updates and improve in-office coordination, especially for organizations using Microsoft Places and desk booking.
How Automatic Work Location Detection Works
When enabled by an organization, Teams can update a user’s work location based on two signals:
- Wi-Fi connection – Teams detects the building when the device connects to a configured corporate wireless network.
- Desk peripherals – Plugging into assigned desk hardware such as monitors or docking stations can also trigger location updates.
Admins can enable either signal or both. Using both improves accuracy and allows Teams to show whether the user is “In the Office” or in a specific building, depending on how Microsoft Places is configured.
See also: Teams to Add Brand Impersonation Warnings for Scam Calls
The detected location remains active until the end of the user’s defined working hours. If the user connects after working hours, Teams does not update the location automatically.
Feature Remains Off by Default and Requires User Consent
Microsoft designed the feature with strict opt-in controls:
- The feature stays off by default for all tenants.
- Tenant admins decide whether to enable it.
- Users must explicitly consent inside the Teams desktop app on Windows or macOS.
- Admins cannot grant consent on behalf of users.
- Users must enable location sharing at the operating system level and inside Teams before opting in.
This approach addresses privacy concerns raised when the feature first appeared on the roadmap. Even after admins enable the policy, users maintain control over participation.
Admin Setup Requirements and Configuration
To activate automatic location detection, organizations must complete several setup steps:
1. Prepare Microsoft Places
Admins must configure:
- Buildings and floors in Microsoft Places
- Desk pools or individual desk assignments
These configurations allow Teams to map detected devices and networks to physical locations.
2. Enable the Work Location Detection Policy
Admins create and assign a policy using PowerShell:
New-CsTeamsWorkLocationDetectionPolicy -Identity wld-enabled -EnableWorkLocationDetection $true
Grant-CsTeamsWorkLocationDetectionPolicy -PolicyName wld-enabled -Identity [email protected]
Enabling this policy allows Teams to prompt users for consent.
3. Configure Wi-Fi Detection (Preview Phase)
For Wi-Fi-based detection, admins must:
- Define approved SSID lists
- Map BSSID values to specific buildings using CSV uploads
- Upload mappings using PowerShell tools
If admins configure only SSIDs without BSSIDs, Teams can still mark users as “In the Office,” but not assign a specific building.
Microsoft currently labels Wi-Fi detection as preview, with broader availability expected closer to rollout.
Peripheral-Based Detection Already Available
Automatic detection through desk peripherals already works in production environments. Once admins associate peripherals with desks, Teams updates a user’s location when the device connects to that hardware. Microsoft recommends waiting 24–48 hours after configuration changes before testing detection accuracy.
This method offers a reliable way to confirm on-site presence without relying on wireless signals.
Microsoft Delays Rollout Again Amid Privacy Concerns
Microsoft originally targeted earlier availability, but the company pushed the release multiple times. The latest roadmap now shows March 2026 as the rollout start.
The company clarified that the feature:
- Remains opt-in
- Clears location data at the end of working hours
- Does not track users continuously outside office conditions
Microsoft has not publicly explained the latest delay beyond stating that the roadmap reflects the most current information.
Microsoft Teams Automatic Work Location Rollout Details
- Feature: Automatic work location updates via Wi-Fi and peripherals
- Platform: Teams Desktop (Windows, macOS)
- Status: In development
- Rollout Start: March 2026
- Default State: Disabled
- User Consent: Required
- Admin Control: Required
Microsoft Teams Automatic Work Location will give organizations smarter visibility into in-office presence while preserving user consent and admin control. With the rollout starting in March 2026, IT teams should begin preparing policies, privacy guidance, and infrastructure readiness to ensure a smooth deployment.
