VirtoSoftware Apps Stay Unaffected by SharePoint Add-ins Retirement Learn More about SharePoint add-ins retirement and Virto apps

Home> Blog> Task management> SharePoint Alerts & Notifications: How to Set Them Up Now That "Alert Me" Is Gone

SharePoint Alerts & Notifications: How to Set Them Up Now That "Alert Me" Is Gone

Sergi Sinyugin by Sergi Sinyugin Published: Sep 1, 2026 Latest update: Sep 1, 2026
Reading Time: 21 mins
Task management

Quick answer: how do I set up alerts in SharePoint?

Classic SharePoint alerts — the “Alert me” command — were retired from SharePoint Online in July 2026 and no longer work. To get notified about changes now, open your list or library and go to Integrate → Rules for simple per-item emails; use Power Automate when you need conditions, digests, Teams messages or approvals; or install a third-party app such as the Virto Alerts & Reminder App when you need scheduled reminders, HTML-formatted emails and group recipients. On SharePoint Server on-premises, “Alert me” still works exactly as it always did.

If you came here looking for the old “Alert me when items change” dialog, the short version is that it is gone from SharePoint Online. This guide covers what replaced it, how to set each replacement up step by step, which one to pick for which job, and how to manage or switch off the notifications you already have. We are honest about where the replacements are weaker than the feature they replaced — because in one specific area, they are.

For the full business-impact analysis of the retirement itself — risks, audit steps, migration planning — see our companion piece on the SharePoint alerts retirement. This article is the hands-on “what do I click now” guide.

What happened to SharePoint alerts

Alerts had been part of SharePoint since the early 2000s. You opened a list or library, chose Alert me, picked what to be notified about and how often, and SharePoint emailed you. Microsoft retired the feature in stages across a twelve-month window.

SharePoint alerts retirement timeline 2025 to 2026

Pic. 1. The SharePoint alerts retirement timeline, July 2025 to July 2026.

DateWhat changed
July 2025Creation of new SharePoint alerts gradually turned off for newly onboarding tenants.
October 2025Alert expiration switched on. Alerts expired 30 days after their first run; users could re-enable and extend them for another 30 days.
January 2026Creation of new SharePoint alerts gradually turned off for all tenants.
July 2026Microsoft removed the ability to use SharePoint alerts. Existing alerts can no longer be extended and no longer fire.

Three points are worth being precise about, because they are the ones people get wrong:

Microsoft’s own retirement notice is worth bookmarking if you need to point colleagues at a first-party source: SharePoint Alerts retirement on the Microsoft support site, and the accompanying SharePoint blog announcement.

The four ways to get notified in SharePoint in 2026

There is no single successor to alerts. There are four routes, and picking the wrong one is the most common reason people conclude that “SharePoint notifications are broken now”.

Four routes to SharePoint notifications diagram

Pic. 2. Four routes to SharePoint notifications, and when each one is the right choice.

  1. Rules — built into every modern list and library. No licence beyond SharePoint, no maker skills. One trigger, one email, per item. This is the closest thing to a drop-in replacement for a simple alert.
  2. Power Automate — Microsoft’s recommended path. Handles conditions, multiple actions, Teams messages, approvals, adaptive cards and scheduled summaries. Requires a maker to build it and, for some connectors, a premium licence.
  3. Built-in signals — following sites and files, @mentions in comments, Teams channel notifications, mobile push. These cost nothing to set up and already cover a surprising amount of “keep me in the loop”.
  4. A third-party notification app — for the things the first three do not do: HTML-templated emails, scheduled digests, reminders on a date column, group and SharePoint-group recipients, escalation chains, and central management of every notification in the tenant.

Most organisations end up using two or three of these together rather than standardising on one.

How to set up notifications with SharePoint rules

Rules are the fastest replacement and the one to try first. They live inside the list or library itself, and anyone with Edit or Contribute rights can create one.

One note before the steps, because it is the single most common source of confusion right now: Microsoft is mid-way through reshuffling the SharePoint command bar, and three layouts are in circulation. The dialogs behind them are the same — only the route changed. Find the row that matches what you actually see:

What your command bar showsTo create a ruleTo create a flow
Workflows button and an Integrate menu (current)Integrate → RulesWorkflows. Integrate → Flows now only offers Set a reminder for date columns
An Automate menuAutomate → Rules → Create a ruleAutomate → Flows → Create a flow
Integrate with no Workflows button (older, and still what most Microsoft documentation shows)Integrate → RulesIntegrate → Power Automate → Create a flow

If a menu you expect is missing entirely, it is usually a permission issue rather than a rollout one — rules and flows both need Edit or Contribute rights on the list.

Create a rule

  1. Open the SharePoint list or document library you want to watch.
  2. On the command bar, select Integrate → Rules, then Create a rule. The same menu also holds Flows, Quick steps, Approvals and Power Apps — everything automation-related now lives in one place.
  3. Under Take action when, pick the trigger. The available conditions are: A column changes, A column value changes, A new item is created, An item is deleted, and A date approaches.
  4. The rule is written as a sentence with underlined parts. Select each underlined portion and choose the column, the comparison value, and the recipient — for example, “When Status changes to Approved, send an email to Priya Nair”.
  5. Select Create.

SharePoint Integrate menu showing Rules and Flows options

Pic. 3. The Integrate menu on the SharePoint command bar, with Flows, Quick steps, Approvals, Rules and Power Apps.

Building a SharePoint rule condition by selecting underlined elements

Pic. 4. Building the rule condition by selecting each underlined element.

The rule starts working immediately. Notification emails are sent from no-reply@sharepointonline.com, so tell your recipients to allow that address before they file a support ticket.

What rules can and cannot do

Rules were designed for straightforward per-item notifications, and they hold that line firmly. Know the boundaries before you build a process on them:

View, edit, turn off or delete a rule

  1. Open the list or library and select Integrate → Rules → Manage rules.
  2. To pause a rule without losing it, switch its On toggle off.
  3. To change it, select the rule, edit the underlined parts of the condition, and select Save.
  4. To remove it permanently, use the delete command on the rule.

SharePoint Manage rules page with On/Off toggle

Pic. 5. The Manage rules page, showing the On/Off toggle for each rule.

Rules are per-list, which is convenient and also a trap: there is no tenant-wide view of every rule that exists. If governance matters to you, keep a register — or use a tool that gives you one.

How to set up notifications with Power Automate

Power Automate is Microsoft’s headline recommendation, and it is genuinely the most capable of the built-in options. It is also the one that needs someone willing to build and maintain flows.

Power Automate Flows submenu showing Set a reminder option

Pic. 6. The Flows submenu under Integrate, offering Set a reminder for each date column in the list.

The quickest route: the Workflows button

If your command bar has a Workflows button sitting to the left of Integrate, use it. It is Microsoft’s simplified builder, designed precisely for the people who used to create alerts and have no intention of learning the full Power Automate designer.

  1. Open the list or library and select Workflows.
  2. Either pick something from Start from a template, or describe what you want in the search box, or choose Build from scratch.
  3. Building from scratch is a fill-in-the-blanks sentence: choose one trigger — for example, When an item is created — and one action, such as Send a message in a Teams channel or Send an email.
  4. Complete the dropdowns it asks for and save.
  5. Your existing flows are listed under Your workflows, each with an on/off toggle — which is also the fastest place to switch a noisy notification off.

If you later need conditions or several actions, select Edit in Power Automate to open the same flow in the full designer. Nothing is lost by starting simple.

SharePoint Workflows panel with templates and Build from scratch

Pic. 7. The Workflows panel, with templates, Build from scratch, and Your workflows.

One-click reminders on a date column

Worth knowing about separately, because it is the closest thing SharePoint has to a native date-based alert and almost nobody finds it: Integrate → Flows → Set a reminder, then the name of a date column. On a calendar list that means Start and End; on a contract register it might be Expiry date.

  1. Open the list and select Integrate → Flows → Set a reminder → [your date column].
  2. Sign in to the connections if prompted.
  3. Give the flow a name and fill in Remind me this many day(s) in advance.
  4. Select Create.

Two limitations to know before you rely on it. The reminder goes to the person who created the flow and nobody else — so it is a personal reminder, not a team notification. And the only setting is days in advance; there is no condition, no filtering, no digest. It is also not available in GCC, GCC High, DoD or other sovereign clouds. What you get in exchange is a working date reminder in about twenty seconds, and it is an ordinary flow underneath, so you can open it in Power Automate afterwards and add recipients or conditions.

Build a notification flow from a template

For anything beyond one trigger and one action, start in Power Automate itself.

  1. Open your list or library and select Workflows → Start from a template, or go to make.powerautomate.com and select Create → Automated cloud flow. On older tenants the entry point is Integrate → Flows → Create a flow or Integrate → Power Automate → Create a flow.
  2. Pick a template. The gallery includes ready-made notification flows such as Send a customised email when a new SharePoint list item is added and Post a message to Teams when an item is modified.
  3. Sign in to the SharePoint and Outlook (or Teams) connections when prompted.
  4. Confirm the Site Address and List Name in the trigger, then edit the email subject and body. Insert column values from the dynamic content picker so the message actually says which item changed.
  5. Select Save, then Test → Manually to fire it once and confirm delivery.

The anatomy of a notification flow

Every notification flow you will build has the same three-part shape, whatever the scenario.

Three-part SharePoint notification flow: trigger, condition, action

Pic. 8. The three parts of a SharePoint notification flow: trigger, condition, action.

Solving the digest problem

Here is the honest weakness. Classic alerts could send a daily or weekly summary of everything that changed. Neither rules nor an event-triggered flow can do that — both fire once per change. In a document library with AutoSave enabled, a single editing session can produce dozens of versions, and therefore dozens of emails. Practitioners have reported receiving 70-plus messages from reviewing one document.

The workaround is to stop using an event trigger and use a Recurrence trigger instead:

  1. Create a flow starting with Recurrence, set to run daily at, say, 08:00.
  2. Add Get items (or Get files) against your list or library.
  3. In the action’s advanced options, add a Filter Query on the Modified column against the last 24 hours, using an expression such as Modified gt '@{addDays(utcNow(),-1)}'.
  4. Add an Apply to each or a Create HTML table action to assemble the results into one message.
  5. Send that single email or Teams message.

It works, and it is roughly forty minutes of work per digest you need. If you need several digests across several sites, this is the point at which a purpose-built app stops being a luxury.

Licensing and permission notes

Standard SharePoint, Outlook and Teams connectors are included with most Microsoft 365 plans. Premium connectors — SQL Server, Salesforce, HTTP requests, and custom connectors — need a Power Automate Premium licence. Flows also run under the identity of whoever created them, so if that person leaves, the flow can break. Move business-critical flows into a solution owned by a service account rather than an individual. Our guide to SharePoint automation goes deeper on flow design and governance.

Built-in notifications you don’t have to build

Before you build anything, check whether Microsoft 365 is already offering the signal you want. These cost nothing and require no maker skills.

Following a SharePoint site by clicking Not following button

Pic. 9. Following a SharePoint site to receive its updates by clicking “Not following”.

SharePoint on-premises: “Alert me” still works

The retirement applies to SharePoint Online. On SharePoint Server the alert engine is part of your farm, and Microsoft’s server documentation still describes creating and managing alerts. If you run SharePoint Server Subscription Edition, nothing about your alerts changed in 2026.

To create an alert on-premises:

  1. Open the list or library and select the ellipsis (…) on the command bar, then Alert me.
  2. In the Alert me when items change dialog, set the Alert Title.
  3. Under Send Alerts To, enter the users who should receive it.
  4. Choose the Delivery Method — email, or text message where SMS is configured on the farm.
  5. Under Change Type and Send Alerts for These Changes, narrow the trigger to the events you care about.
  6. Under When to Send Alerts, choose immediate, daily summary or weekly summary.
  7. Select OK.

To manage them, use Settings → Site settings → Site Administration → User alerts, pick a user, and delete the alerts you no longer want. Farm administrators control delivery through the outgoing email settings and the alert timer jobs in Central Administration.

One caveat worth stating plainly: SharePoint Server 2016 and 2019 reached end of support on 14 July 2026. Alerts still function on those versions, but the platform underneath them no longer receives security updates. If that is your situation, the alert question is the smaller of your two problems — plan the move to Subscription Edition or to SharePoint Online.

Rules vs Power Automate vs a dedicated app

Feature comparison chart: classic alerts, rules, Power Automate, Virto Alerts

Pic. 10. Feature comparison: classic alerts, rules, Power Automate and Virto Alerts & Reminder.

The way to read this comparison: rules replace the simple “tell me when this list changes” alert and nothing more. Power Automate replaces everything alerts did except the digest, and adds a great deal alerts never did, at the cost of build and maintenance effort. A dedicated app exists because of the gaps in the middle column — digests, templates, group recipients, date-based reminders and a single place to see every notification in the tenant.

Be sceptical of anyone who tells you one of these three is “the” answer. In practice a mid-sized tenant runs rules for a handful of small lists, five to fifteen flows for the processes that matter, and an app for the recurring reminder and digest scenarios that would otherwise be forty separate flows.

Do more with Virto

Where the native options run out, the Virto Alerts & Reminder App for SharePoint Online & Microsoft 365 is built to close the specific gaps left by the retirement. It sends alerts and reminders based on SharePoint list changes and date columns, delivers to Microsoft Teams, Outlook email, SharePoint and iCalendar, and lets you design the message body with an HTML template editor including images, tables and links — the thing neither rules nor a quick flow will give you.

Configuring an alert in the Virto Alerts and Reminder App

Pic. 11. Configuring an alert in the Virto Alerts & Reminder App.

Practically, it covers:

For SharePoint on-premises farms, the equivalent is the Virto Notifications & Alerts Web Part, and the Virto Notifications & Reminders App for Microsoft Teams handles Teams-first scenarios.

Both are available on a 30-day free trial, and you can browse the wider range of Virto apps for SharePoint if you are filling more than one gap at once.

Managing and turning off SharePoint notifications

Too many notifications is the failure mode people actually experience. Here is where each type is switched off.

A cleanup that is worth doing once: because alerts stopped firing in July 2026 rather than being deleted, some tenants still carry references to them in documentation and onboarding checklists. Search your internal wiki for “Alert me” and fix the instructions before a new starter follows them.

Why am I not getting SharePoint notifications?

Work through these in order — the first two account for most cases.

  1. The notification is a classic alert. If it stopped in 2026 and nobody changed anything, this is why. It cannot be revived; rebuild it as a rule or a flow.
  2. The email is being filtered. Add no-reply@sharepointonline.com and your flow’s sender address to the safe senders list, and check the Junk and Other folders. In Exchange Online, check that no transport rule is quarantining them.
  3. The recipient is not eligible. Rules cannot notify guests, distribution lists or group addresses. If you pointed a rule at one of these, it silently does nothing useful.
  4. The recipient lost access. SharePoint does not notify someone about an item they can no longer see. Check the item’s permissions after any site restructure.
  5. The flow is turned off or failing. In Power Automate, open the flow and check the 28-day run history. A flow whose connection has expired shows as suspended, not as an error to the person waiting for the email.
  6. The trigger never fires. “A column changes” does not fire when the item is created, only when it is subsequently edited. If you need both, use two rules or a created or modified flow trigger.
  7. The user’s email address is wrong in their profile. Rarer, but it happens after mergers and rebrands.
  8. On-premises only: outgoing email is misconfigured. Check the SMTP server settings and the alert timer jobs in Central Administration.

Best practices for notifications after the retirement

FAQ

How do I set up alerts in SharePoint?

In SharePoint Online you no longer can — classic alerts were retired in July 2026. Use Integrate → Rules → Create a rule in the list or library for simple email notifications, or build a Power Automate flow for anything conditional. On SharePoint Server on-premises, Alert me still works.

Are SharePoint alerts really gone, or just hidden?

Gone. From July 2026 Microsoft removed the ability to use them; existing alerts cannot be extended and no longer fire. There is no tenant setting that brings them back.

Did Microsoft migrate my alerts to rules automatically?

No. Nothing was converted. Every alert had to be rebuilt manually as a rule, a flow, or a third-party alert.

What is the difference between SharePoint rules and Power Automate?

Rules are a simple, list-scoped feature with one trigger and one email, configurable by anyone with Edit rights. Power Automate is a full workflow platform with conditions, multiple actions, Teams and approval integration, and scheduled runs — but it needs someone to build and maintain the flows.

Can I still get a daily or weekly summary of changes?

Not from rules, and not from an event-triggered flow. Build a Recurrence-triggered flow that queries items modified in the last 24 hours and sends one combined message, or use an app such as Virto Alerts & Reminder that produces digests natively.

Can a rule notify a SharePoint group or a distribution list?

No. Rules address individuals in your organisation or a person-type column only. Use Power Automate or a third-party app for group delivery.

How do I turn off SharePoint notifications?

Turn off the rule under Integrate → Rules → Manage rules, turn off or delete the flow in Power Automate, unfollow the site or file, and adjust channel notifications in Teams.

Does the retirement affect SharePoint on-premises?

No. It applies to SharePoint Online only. Note separately that SharePoint Server 2016 and 2019 reached end of support on 14 July 2026.

Why are my rule notification emails going to junk?

They come from no-reply@sharepointonline.com. Add it to safe senders, and check for transport rules in Exchange Online that might be catching it.

Do I need a Power Automate licence to replace alerts?

Not for the standard SharePoint, Outlook and Teams connectors, which are included with most Microsoft 365 plans. Premium connectors and some governance features require a Power Automate Premium licence.

Conclusion

The retirement of SharePoint alerts removed a feature that had been quietly holding a lot of processes together, and it did not hand over an exact replacement. What it handed over is a choice: rules when the requirement is simple, Power Automate when the requirement has logic in it, the built-in follow and mention signals when you just want to stay aware, and a dedicated app when you need digests, templates, group recipients or a single view of every notification you run.

The tenants that came through this well are the ones that treated it as a cleanup rather than a like-for-like rebuild. Audit what actually needed a notification, rebuild that, and leave the rest switched off.

If the gaps you are left with are digests, reminders on date columns, branded emails or central management, the Virto Alerts & Reminder App is free to try for 30 days — and the wider set of Virto apps for SharePoint covers the neighbouring problems, from document management to automation.