Three white rectangles are connected to colored shapes and two interlocking gears on a dark blue background, representing a workflow or process diagram.

SharePoint 2013 Workflow Retirement: What Organizations Need to Know Now

Last Updated on November 6, 2025

Microsoft has set a firm deadline: April 2, 2026.

On this date, the SharePoint 2013 workflow engine will be removed from all Microsoft 365 tenants. This is not a standard product update.

It’s a strategic mandate to shift automation from SharePoint to the modern Power Platform.

For organizations still running these workflows, this deadline represents both a threat and an opportunity as inaction will break business processes.

Here’s the Scope and Timeline

Retirement isn’t happening overnight. Microsoft is phasing this out across several critical dates, each with different implications for your organization.

The critical dates you can’t miss:

DateEventImpact
April 2, 2024New Tenant CutoffSP2013 workflows turned off for new Microsoft 365 tenants.
December 31, 2025Nintex EOLSupport ends for Nintex Workflow for Office 365 (if your org uses it).
April 2, 2026Final RetirementSP2013 engine removed from all Microsoft 365 tenants. Workflows stop working.
July 14, 2026SharePoint Designer EOLSP Designer 2013 support ends (impacts on-prem users too).

If your organization uses Nintex, the December 31, 2025 deadline is even more urgent. The underlying Microsoft engine that Nintex depends on will be gone, so migration must happen sooner.

Btw, this announcement applies only to SharePoint Online (Microsoft 365). On-premises organizations follow a different path:

EnvironmentAffected PlatformAction RequiredDeadline
SharePoint OnlineSP2013 Workflow EngineMigrate to Power AutomateApril 2, 2026
On-Premises (SP 2016, 2019, SE)Microsoft Workflow ManagerUpgrade to SharePoint Workflow Manager (SPWFM)Ongoing support until 2026

On-premises customers should upgrade to SharePoint Workflow Manager (SPWFM), the modern workflow engine for on-prem servers. Microsoft will focus all future development here.

Sign up for exclusive updates, tips, and strategies

    Why Microsoft Is Making This Change

    This isn’t just about ending old technology. It’s about fundamentally reshaping how automation works across the entire Microsoft 365 ecosystem.

    Microsoft’s approach to automation has evolved across three distinct eras:

    • SharePoint 2010 (Monolithic): Workflows lived inside SharePoint. No separation between platform and automation engine.
    • SharePoint 2013 (First Decoupling): The engine moved outside SharePoint to Azure, but workflows were still conceptually tied to SharePoint.
    • Power Automate (Cloud-Native): Automation is now a universal, cloud-based platform. SharePoint is just one of over 1,000 connectors.

    The 2026 retirement is the final step in this evolution. Microsoft is cleaning the last remnants of the old model to make room for the new one.

    For its modernization business case, the SharePoint 2013 engine is outdated. It was built for a different era of business processes and can’t meet modern demands.

    Power Automate is tenant-wide and ecosystem-wide. It connects to Salesforce, Slack, Google Workspace, and hundreds of other apps.

    The old engine? It only worked within a single SharePoint site collection.

    Well, technically, cross-site collection operations are possible but require complex workarounds using HTTP web services, REST APIs, and elevated permissions through App Steps.

    Unlike Power Automate which natively supports these operations.

    Comparing SharePoint 2013 Workflows to Power Automate

    Well, these aren’t apples-to-apples. Power Automate is more powerful and more complex, which means migration isn’t a simple upgrade.

    Here are the architecture and scope differences:

    FeatureSharePoint 2013 WorkflowPower Automate
    ScopeSingle SharePoint site collectionEntire M365 ecosystem + external services
    ConnectorsSharePoint, Outlook, basic Office tools1,000+ connectors (Salesforce, Slack, Adobe, etc.)
    AuthoringSharePoint Designer 2013Modern web portal + mobile app
    IntegrationLimited to on-platform workflowsCross-app, cross-tenant capabilities
    Best ForSimple, sequential document approvalsComplex, multi-app enterprise processes

    The Licensing “Gotcha” (Hidden Costs of Migration)

    This is where most organizations get blindsided. SharePoint 2013 workflows were “free”, as the cost was baked into your SharePoint license.

    Power Automate operates on a “freemium” model.

    Basic, simple flows are included in most Microsoft 365 plans at no extra cost. But here’s the catch: premium connectors and advanced features require separate licensing.

    Screenshot of a Microsoft 365 pricing comparison table for Business Basic ($6), Business Standard ($12.50), and Business Premium ($22) plans, showing features, monthly prices, and “Buy now” buttons for each option.

    What counts as premium? The HTTP connector. Yes, the connector that lets you call external APIs.

    If your SharePoint 2013 workflows made HTTP calls to external systems (which is common) you’ll need to buy Power Automate Premium licenses to replicate that functionality.

    Screenshot showing four Microsoft Power Automate pricing plans: Free trial, Premium ($15/month), Process ($150/month), and Hosted Process ($215/month). Each plan lists its features and has a button to buy or get started.

    Real-world example: A custom workflow that calls your CRM API via HTTP. In SharePoint 2013, free.

    In Power Automate, that’s $15 per user per month. Multiply that across your organization, and you’re looking at a serious budget impact that wasn’t planned for.

    Any workflow using the HTTP connector, third-party integrations, or AI Builder features will require premium licensing.

    This cost doesn’t show up in a technical assessment, but it shows up in your IT budget.

    The Migration Strategy: Three Paths Forward

    Not all workflows migrate the same way. Your strategy depends on workflow complexity and business criticality. Start with assessment, then choose your path.

    Come back to this migration decision matrix later:

    Workflow TypeUpgradability ScoreRecommended PathTool
    Obsolete / UnusedN/ARetire (delete)PowerShell
    Simple OOTB (e.g., Approval)80-100%Migrate (automated)SPMT
    Custom / ComplexUnder 80%Rebuild & redesignManual in Power Automate
    Nintex workflowsN/ARebuild (vendor path)Nintex Cloud or ShareGate

    Phase 1: Assessment and Triage (The Foundation)

    Step 1: Run the Microsoft 365 Assessment Tool

    Microsoft provides a free command-line tool that scans your tenant and finds every SharePoint 2013 workflow. This is the official starting point.

    Run this command:

    microsoft365-assessment.exe start --mode Workflow

    Step 2: Review the Power BI Workflow Report

    The tool outputs a Power BI dashboard. Look for one critical metric: the “Power Automate upgradability score.”

    • High score (80-100%): Simple, built-in workflows (Approval, Collect Feedback, 3-State). These are candidates for automated migration.
    • Low score (under 80%): Complex, custom workflows. These need manual rebuilding.

    The report also shows location, usage frequency, and when each workflow last ran. This helps identify unused workflows you can simply delete.

    Step 3: Triage Into Three Categories

    1. Retire: Workflows with no recent usage or tied to obsolete business processes. Delete, don’t migrate.
    2. Rebuild (Manual): Complex, business-critical workflows. This is the default path for most organizations.
    3. Migrate (Automated): Simple, out-of-the-box workflows with high upgradability scores. Use automated tools for these.

    Critical Risk: Shadow IT workflows. A department manager built a simple approval process in 2015.

    Nobody documented it. It’s been silently running for a decade. The Assessment Tool will find it, but you need to find its owner before April 2026.

    Option 1: Automated Migration (SharePoint Migration Tool)

    Microsoft’s SharePoint Migration Tool (SPMT) can migrate some workflows automatically. It works well for simple, out-of-the-box workflows.

    Screenshot of the SharePoint Migration Tool interface showing options to scan SharePoint and file share content, and to add new scans or migrations, with migration progress currently at zero.

    What it supports:

    • Built-in workflows (Approval, Collect Feedback, 3-State)
    • SharePoint Designer 2010 and 2013 list and library workflows
    • Best for: Simple workflows with high upgradability scores

    Critical limitations:

    • Does not migrate workflow history data
    • Doesn’t support all actions (“not all are currently supported”)
    • Community reports frequent failures and incompatibility issues
    • Cannot handle custom actions or API calls

    Bottom line: SPMT is viable only for the simplest workflows. Use it for maybe 10-20% of your workloads.

    Most organizations will need to rebuild workflows manually. The expert consensus is clear: “Complex workflows will have to be rebuilt manually, not migrated.”

    A screenshot of a webpage showing various Microsoft Power Automate templates, each in a card format with title, description, icons, and usage count. Templates include saving email attachments and syncing files.

    But here’s the opportunity: Don’t just move old processes to a new platform. Redesign them.

    Use the 2026 deadline as a forcing function. Get business stakeholders to examine workflows built a decade ago and ask: Do we still need this? Can we do it better?

    Power Automate’s capabilities are far beyond the old engine. Cross-app integration, AI Builder, advanced conditional logic. This is your chance to optimize, not just migrate.

    Option 3: Third-Party Migration Tools

    If you’re using Nintex, that decision is urgent. Nintex Workflow for Office 365 support ends December 31, 2025, way before Microsoft’s April deadline.

    • Nintex users: Migrate to Nintex Cloud using Nintex’s conversion tools.
    • ShareGate or AvePoint users: These tools offer Nintex migration support, but with a caveat: they can migrate history from on-prem to on-prem, not to Microsoft 365.

    Critical Risks and What Happens After April 2, 2026

    Inaction carries real consequences. The workflows don’t transition gracefully. They stop working.

    Operational Disruption

    On April 3, 2026, any workflow that wasn’t migrated will cease to function. Not “disabled.” Stopped. Business processes break.

    After retirement, workflow definitions exist only as raw XML. They can’t run, can’t be edited, and can’t be analyzed. If something breaks, you’re searching blind.

    The Orphaned Data Problem

    Workflow history is stored in SharePoint lists. The Migration Tool doesn’t migrate this data. These lists stay in your tenant forever unless you delete them.

    That’s petabytes of data sitting there. eDiscovery can still find it, it still consumes storage, and it’s no longer connected to a running process.

    It’s orphaned. Microsoft hasn’t announced a cleanup plan.

    You need a data governance strategy now: archive this data for compliance or delete it for data hygiene before the retirement date.

    Budget Surprises

    Organizations that skip the licensing analysis during migration planning face budget crises. Premium Power Automate licenses for workflows using HTTP connectors or third-party integrations add up fast.

    Strategic Recommendations and Action Plan

    The 2026 deadline is firm. Work backward from it.

    Right Now (Q4 2024 / Q1 2025)

    • Run the Microsoft 365 Assessment Tool (–mode Workflow).
    • Get a complete inventory of all workflows and their upgradability scores.
    • Share the report with business unit leaders to identify workflow owners.

    Q1–Q2 2025

    • Conduct triage workshops with business stakeholders.
    • Decide which workflows to retire, rebuild, or migrate.
    • Analyze licensing requirements and build Power Automate premium costs into the budget.
    • Create a data governance plan for orphaned workflow history.

    Q2–Q3 2025

    • Begin manual rebuilds of high-priority workflows.
    • Execute automated migrations for simple OOTB workflows.
    • Use this as an opportunity to optimize processes, not just replicate them.
    • Coordinate with third-party vendors on migration timelines.

    Q3–Q4 2025

    • Complete all migrations and validate functionality.
    • Archive or purge workflow history data.
    • Conduct full-tenant testing and get business sign-off.
    • Plan post-April 2026 support and troubleshooting.

    This Is a Strategic Mandate, Not Just a Technical Update

    April 2, 2026, is not negotiable. Microsoft has made this choice strategically. The old model of SharePoint-centric automation is done.

    Power Platform–centric automation is the future.

    The greatest risks aren’t technical. They’re operational (broken business processes) and financial (unbudgeted licensing costs).

    Organizations that plan now will migrate smoothly, control costs, and modernize their automation at the same time.

    Those who wait will face disruption. Don’t wait. Start with assessment, move to triage, then execute. The time to act is now.

    Do you have questions about SharePoint 2013 workflow retirement or migration strategy? Let me know.

    For any business-related queries or concerns, contact me through the contact form. I always reply. 🙂

    About Ryan Clark

    A man with short curly hair and a beard is smiling. He is wearing a dark plaid suit jacket, a black shirt, and a dark tie. The background is softly blurred.As the Modern Workplace Architect at Mr. SharePoint, I help companies of all sizes better leverage Modern Workplace and Digital Process Automation investments. I am also a Microsoft Most Valuable Professional (MVP) for SharePoint and Microsoft 365.

    Subscribe
    Notify of
    guest
    0 Comments
    Oldest
    Newest Most Voted
    Scroll to Top
    0
    Would love your thoughts, please comment.x
    ()
    x