Microsoft Lists

Microsoft Lists is the Microsoft 365 application for tracking structured information — issues, assets, requests, events, inventory, and anything else that fits in rows and columns. It runs on the same list engine SharePoint has always used, presented as a standalone app with ready-made templates, saved views, conditional formatting, built-in forms, and rules that send notifications. Organisations use it to replace scattered tracking spreadsheets with one structured record that several people can update at once.

Part of the SharePoint reference · Limits verified against Microsoft documentation · Last reviewed 1 September 2026

Is Microsoft Lists discontinued? No — the service is fully supported. Microsoft retired the mobile apps for iOS and Android in mid-November 2025, and that is the source of the confusion. Lists still works in a browser, in Microsoft Teams, and through SharePoint, and no data was affected. What changed.

What Microsoft Lists does

  • Structured columns. Text, number, date, choice, person, lookup, yes/no, currency, image and calculated columns, each validating what can be entered.
  • Saved views. The same data as a grid, gallery, board or calendar — filtered and grouped per audience, saved for everyone or just for you.
  • Conditional formatting. Colour and icon rules per column or row, so status is readable at a glance without opening anything.
  • Built-in forms. A form collects entries from people who never open the list itself.
  • Rules. Simple if-then notifications when an item is created, changed or deleted, with no flow-building required.
  • Version history and comments. Every change recorded and reversible; discussion attached to the item rather than an email thread.
  • Templates. Ready-made structures for issue tracking, asset management, onboarding, event planning and recruitment.

Common uses

  • Help desk and service request tracking
  • Asset, equipment and inventory registers
  • Project task and milestone tracking
  • Employee onboarding and offboarding checklists
  • Event planning, room bookings and schedules
  • Risk registers, incident logs and audit trails
  • Employee directories and contact lists

What changed with the mobile apps

Microsoft retired the standalone Microsoft Lists apps for iOS and Android in mid-November 2025. New installs were blocked from September 2025, the apps were pulled from both stores in November, and existing installations stopped working. Microsoft’s guidance is to use the mobile browser experience instead, which it describes as more functional and still receiving updates.

Nothing happened to the data, and nothing happened to the platform. Lists continues to work in a desktop browser, in a mobile browser, as a tab inside Microsoft Teams, and everywhere SharePoint surfaces list content.

Worth checking if you run field or frontline scenarios. Three capabilities were specific to the retired apps and did not carry over to the browser: QR code scanning, document scanning, and in-app image editing. Inventory counts, site inspections and asset audits that depended on those need a different approach — usually a Power App over the same list.

How Microsoft Lists fits into Microsoft 365

Lists rarely stands alone. Knowing which product owns which job is the difference between a tidy Microsoft 365 estate and five overlapping trackers nobody trusts.

  • SharePointSame engine. A list saved to a team or communication site is a SharePoint list, visible in both experiences, and reaches the intranet through the List web part.
  • OneDrivePersonal lists created under My lists live in the creator’s own storage rather than on a shared site — which matters when that person leaves.
  • Microsoft TeamsAny list can be pinned as a channel tab, so a team works the tracker without leaving Teams. The list still lives in the connected SharePoint site.
  • Power AutomateWhere rules stop. Approval chains, multi-step routing, calls to external systems and scheduled digests all start from a list trigger.
  • Power AppsCustomises the item form beyond the built-in form, or builds a full app — including camera and scanning scenarios — on top of list data.
  • ExcelThe entry and exit point. Import a spreadsheet to create a list; export a view back to Excel for modelling.
  • PlannerThe nearest neighbour and the most common mix-up. Planner runs tasks to completion; Lists keeps records that persist.

Lists compared with Excel and Planner

Almost every “should this be a list?” argument is really one of these two comparisons.

Microsoft Lists compared with Excel and Planner across purpose, structure and permissions
Microsoft Lists Excel Planner
Built for Tracking recordsCalculation and analysisCompleting tasks
Unit of work An item or recordA cell or rangeA task with an assignee
Custom columns Yes, validated by typeFree-form cellsPremium plans only
Concurrent editing Many people, no conflictsCo-authoring, conflict-prone at scaleMany people
History Per-item version historyFile-level version historyLimited
Permissions Down to the individual itemWhole fileWhole plan
Choose it when The record outlives the workThe answer is a numberThe work has a done state

Limits and thresholds

Two kinds of number appear below and they behave differently. Hard limits are enforced by the service — cross one and something breaks. Recommended limits are performance guidance you can exceed at a cost.

Microsoft Lists / SharePoint list limits Verified 1 Sep 2026
Microsoft Lists / SharePoint list limits
Hard limits — enforced by the service
Maximum items in a single list 30,000,000
List view threshold — items returned per view 5,000
Can the view threshold be raised in Microsoft 365? No
Maximum size of a file attached to a list item 250 MB
Lists and libraries combined, per site collection 2,000
Rules per list or library 15
“A date approaches” rules per list 2
Items above which inheritance can no longer be broken 100,000
Unique permission scopes per list — supported 50,000
Major versions retained per item 50,000
Recommended limits — performance guidance
Unique permission scopes per list 5,000
Files synced in a single library 300,000

Sources: Microsoft Learn, SharePoint limits (service description); Microsoft Support, List View Threshold for large lists and libraries; Microsoft Support, Create a rule to automate a list or library. Figures apply to SharePoint in Microsoft 365 and were verified on 1 September 2026. See the full SharePoint limits table for platform-wide figures.

What the thresholds mean in practice

  • Design views before the list grows. A default view that returns everything will break somewhere past 5,000 items. Filter it on an indexed column from day one, not after the error appears.
  • Index the columns you filter and sort on. Title, Created, Modified, Created By and Modified By are the usual candidates. An unindexed filter on a large list fails even when the result set is small.
  • Watch the 100,000 mark for permissions. Above it you can no longer break inheritance at list level, which constrains how a large register can be secured.
  • Rules run out before processes do. Fifteen is enough for notifications and not enough for a workflow. Move to Power Automate rather than working around the cap.
  • Rules have edges. They cannot be built on multi-line text columns, you need Contribute permission to manage them, and notifications arrive from no-reply@sharepointonline.com — worth allow-listing before people report them as spam.

Key takeaways

  • 5,000 views only The threshold caps views, not list size A list of 40,000 items works fine provided no single view tries to return them all at once. This one misunderstanding causes most of the anxiety about large lists.
  • 30M item cap Raw capacity is almost never the constraint Thirty million items per list means you will hit query and permission limits long before you run out of room.
  • Day 1 index Index the filter columns before the list grows Adding an index to an already-large list is harder than doing it at the start, and an unindexed filter fails even when the result set is small.
  • 15 rules max Rules run out before processes do Fifteen covers notifications, not workflows. Only two may use the date-approaches trigger, and none can read multi-line text. Move to Power Automate at that point.
  • 100k items Above this you cannot break permission inheritance A large register passes this quietly, and it constrains how the list can be secured afterwards. Plan the permission model early.
  • Nov 25 apps only The mobile apps retired; the service did not Only the iOS and Android apps went away, in mid-November 2025. QR scanning, document scanning and in-app image editing went with them.

Putting list data on an intranet page

A tracker that only exists inside the Lists app gets used by the team that built it. Getting it onto the intranet homepage, a department site or a hub is what turns it into something the wider organisation actually reads.

SharePoint’s built-in List web part does this natively: drop it on a page, point it at a list, choose a saved view. For most trackers that is the right answer and there is nothing else to buy. Its constraint is presentation — the web part renders the standard list grid, so the tracker looks like SharePoint rather than like the rest of your page. There is limited control over layout, typography, card treatment, or how the data sits alongside the surrounding design.

When the data is right but the presentation isn't

ShortPoint connects to the same Microsoft list and renders it as cards, a searchable table, a directory, a carousel or a filtered board that matches the rest of your intranet design. The list stays exactly where it is — same permissions, same versioning, same single source of truth.

  • Readers filter and search for themselves, rather than using author-set views
  • Full theming — fonts, colours, spacing — with no SPFx development
  • Stays in sync as the list is updated
  • Maintained by content owners, not a developer queue

Used on 350,000+ SharePoint sites by 12M+ people · Microsoft Solutions Partner · No credit card required

Common questions about Microsoft Lists

What is Microsoft Lists?

Is Microsoft Lists discontinued?

What is replacing Microsoft Lists?

Are Microsoft Lists and SharePoint lists the same thing?

What is the difference between Microsoft Lists and Excel?

What is the difference between Microsoft Lists and Planner?

How many items can a Microsoft list hold?

Can you show a Microsoft list on a SharePoint intranet page?

Sources

Built with ShortPoint

Pages built on a SharePoint list

Each of these reads live from a list and presents it as something people can search, filter and actually use.

Related reference

Nearby in Microsoft 365