Microsoft has announced that the lightweight OWA Light client will be retired in a future Exchange Server release, urging admins to transition to the full Outlook on the Web experience. The move aims to streamline legacy support and enhance security.

Microsoft’s Announcement on OWA Light Retirement – On July 9, 2026, the Exchange team confirmed that OWA Light, the lightweight version of the Outlook Web App, will be disabled in an upcoming Exchange Server update. Introduced nearly two decades ago for environments lacking modern browsers, OWA Light offered a simplified interface with faster logon times on low‑bandwidth connections.

Historical Context

When first released, OWA Light was designed to work on Internet Explorer 6 or older and in kiosk‑style locked‑down modes. However, it lacked key features such as calendar views, shared mailbox access, and the ability to import/export data or manage tasks. Microsoft deprecated OWA Light on August 19, 2024, but kept it operational until now.

Impact of the Upcoming Update

With the estimated August 2026 update, users will no longer be able to select or be redirected to OWA Light; they must use the full Outlook on the Web. This change is intended to reduce legacy surface area, simplify engineering work, and allow continuous improvement of the primary email experience.

Security and User Experience Evolution

Modern browsers, improved network conditions, and a drastically altered security landscape render the lightweight client largely obsolete. Microsoft’s decision underscores a shift toward a unified, secure Outlook Web interface that delivers a consistent user experience.

Administrative Guidance

Administrators can proactively disable OWA Light using PowerShell commands: Set-OwaMailboxPolicy -OwaLightEnabled $false and Set-OwaVirtualDirectory -LogonPageLightSelectionEnabled $false. Detailed instructions are available in the Set-OwaMailboxPolicy and Set-OwaVirtualDirectory documentation.