Get Started Free

Standard Operating Procedure (SOP)

A standard operating procedure (SOP) is a documented set of step by step instructions for completing a routine task consistently. Learn SOP types, key components, and how to write one.
Quick Answer

A documented step by step procedure that ensures a repeatable task is performed the same way every time, regardless of who executes it.

How a Standard Operating Procedure Works

Every organization has tasks that need to happen the same way regardless of who performs them. A standard operating procedure captures the exact sequence of actions, decision points, and quality checks required to complete one of those tasks. The person following the SOP does not need to improvise or rely on memory. They follow the document.

An SOP is not a policy and not a guideline. A policy states what should happen (“All customer refunds must be processed within 48 hours”). A guideline suggests an approach (“Consider offering a replacement before issuing a refund”). An SOP prescribes the exact steps (“Step 1: Verify the order number in the CRM. Step 2: Confirm the item is within the 30 day return window. Step 3: Check the refund amount against the authorization threshold”). The distinction matters because SOPs are auditable. An auditor can observe whether each step was followed. Policies and guidelines leave room for interpretation that SOPs do not.

The scope ranges from a two page checklist for opening a retail store each morning to a 25 page pharmaceutical manufacturing procedure with regulatory sign off requirements at every stage. What stays constant is the purpose: eliminate variation in how a task is performed so that quality, safety, and compliance do not depend on individual judgment.

Why SOPs Reduce Operational Risk

Organizations without documented procedures store their processes in people. When those people leave, get reassigned, or call in sick, the process leaves with them. SOPs convert that institutional knowledge into an organizational asset that survives personnel changes.

The evidence for their impact is specific. The WHO Surgical Safety Checklist, studied across eight hospitals in the New England Journal of Medicine (Haynes et al., 2009), reduced surgical complications by 36% and in hospital deaths by 47% simply by standardizing pre operative verification steps. The checklist did not introduce new medical knowledge. It ensured existing knowledge was applied consistently.

In business operations, the pattern holds at smaller scale. A 2023 APQC process benchmarking report found that organizations in the top quartile of process maturity spend 33% less time on rework than bottom quartile organizations, and the primary differentiator was the presence of documented, maintained procedures. ISO 9001:2015 Section 7.5 codifies this principle by requiring organizations to “maintain documented information to the extent necessary to support the operation of processes and retain documented information as evidence of conformity.”

Beyond compliance, SOPs address four operational vulnerabilities simultaneously. They reduce errors by removing guesswork from task execution. They accelerate onboarding because new hires follow a document rather than shadowing a colleague for weeks. They enable delegation because managers can hand off tasks without losing quality control. And they create accountability because every step identifies who performs it, making gaps traceable.

Types of Standard Operating Procedures

The right SOP format depends on the complexity of the task and the number of decision points in the process. Using the wrong format is one of the most common reasons SOPs go unused.

Step by Step SOPs

A linear numbered sequence performed in a fixed order. Best for straightforward processes with no branching decisions: processing a refund, setting up a vendor account, running end of month reconciliation. Most step by step SOPs contain 8 to 20 discrete actions. This format fails when the process has frequent conditional logic (“if the reading exceeds 5.0, escalate to supervisor”), which forces the reader to scan ahead and backtrack.

Hierarchical SOPs

Each main step contains numbered sub steps, creating a multi-level structure (1.0, 1.1, 1.1.1). Best for complex regulated procedures where auditors need granular detail within each phase. Pharmaceutical manufacturing and aerospace maintenance SOPs commonly use this format. Hierarchical SOPs fail when applied to simple tasks because the nested numbering adds cognitive overhead without adding clarity.

Flowchart SOPs

A visual decision tree where the process branches based on conditions. Best for procedures with frequent “if/then” routing: customer support escalation paths, quality inspection decisions, loan approval workflows. Flowchart SOPs reduce errors at decision points because the reader follows a path rather than interpreting written conditionals. They fail for long linear processes because the visual format consumes space without adding value when there are no branches.

Checklist SOPs

A verification format where confirming every item matters more than the exact sequence. Best for safety inspections, equipment checks, and closing procedures. Aviation preflight checklists are the canonical example. The WHO Surgical Safety Checklist uses this format because the sequence of verification matters less than the completeness of verification. Checklist SOPs fail when step order is critical, because the format implies that items can be completed in any order.

Key Components of an Effective SOP

An SOP that cannot be found, followed, and audited is an SOP that will be ignored. Seven components make the difference between a document that drives compliance and one that collects dust.

Component Purpose Example
Title and ID Number Identification and version tracking SOP FIN 003: Monthly Bank Reconciliation
Purpose and Scope Defines what the SOP covers and why “This SOP covers the monthly bank reconciliation for all US entities. It does not cover foreign currency accounts.”
Roles and Responsibilities Identifies who performs, reviews, and approves AP Specialist performs. Finance Manager reviews. Controller approves.
Materials and Prerequisites Lists tools, access, or conditions needed before starting NetSuite access, bank portal credentials, prior month close completed
Procedure Steps The numbered sequence of actions Step 1: Export transactions from the bank portal for the reporting period
Quality Checks Checkpoints, tolerances, and escalation triggers “If the variance exceeds $500, escalate to Controller before closing the period”
Revision History Tracks changes with dates and responsible parties v3.1, March 2025, J. Chen: Added new bank portal workflow after system migration

Quality checks are the component most frequently skipped, and their absence is why many SOPs function as task lists rather than quality assurance tools. Without a checkpoint that defines what “done correctly” looks like, the SOP tells people what to do but not how to verify they did it right.

Here is what a completed SOP header looks like in practice:

SOP ID SOP FIN 003
Title Monthly Bank Reconciliation
Revision 3.1
Effective Date March 15, 2025
Author J. Chen, AP Specialist
Approved By M. Torres, Controller
Review Date March 15, 2026
Scope All US entity bank accounts. Does not cover foreign currency accounts or petty cash.

When to Write an SOP

Not every task needs documentation. The threshold for writing an SOP is a combination of frequency, risk, and knowledge concentration.

Write an SOP when a process meets one or more of these criteria: the task is performed at least weekly by more than one person, errors carry measurable consequences (financial loss, compliance risk, or customer impact), the task requires more than five steps to complete correctly, or the knowledge of how to perform it is concentrated in one or two people who could leave or become unavailable.

A practical test: if the person who performs this task best were unavailable for two weeks, could someone else execute it at 90% quality using only existing documentation? If the answer is no, that process needs an SOP.

Common triggers include onboarding a second person to a task that only one person has done, preparing for an audit that requires documented procedures, experiencing repeated errors in a process that should be routine, and scaling a team where consistency across locations or shifts matters.

Common SOP Mistakes

Most SOP programs fail because of execution problems, not because the concept is wrong. Three mistakes account for the majority of failures.

The first is excessive detail. When an SOP for a 10 minute task spans 15 pages, nobody reads it. The goal is sufficient detail for a trained employee to execute the task correctly, not a reference manual covering every possible background concept. If a step requires specialized knowledge, reference the training material rather than embedding it.

The second is compound steps that hide decision points. Compare these two versions of the same instruction:

Before: “Check the gauge reading and adjust the valve if necessary, then log the result.”

After: “Step 4: Read the pressure gauge. Step 5: If the reading is above 5.0 PSI, turn the release valve one quarter turn counterclockwise. If the reading is at or below 5.0 PSI, proceed to Step 6. Step 6: Record the gauge reading in the shift log.”

The “before” version combines three actions (read, decide, act) and one conditional into a single step. When something goes wrong, nobody can identify which part of the step failed. The “after” version makes every action discrete and every decision explicit.

The third is creating SOPs and never updating them. A 2023 APQC benchmarking study found that 40% of documented procedures become outdated within 12 months of creation. An SOP that describes a process no longer in use is worse than having no documentation because it creates false confidence in compliance.

SOP Maintenance and Review Cycles

An SOP is only as good as its last review date. Assign a single owner to every SOP: not the person who wrote it, but the person accountable for keeping it current. When ownership is shared or unclear, SOPs decay fastest.

Review every SOP on a fixed cycle, typically every 6 to 12 months, and immediately after any process change triggered by new software, regulatory updates, or organizational restructuring. Build a review trigger into the process itself by adding a final step that reads “Confirm this SOP is still accurate. If any step no longer matches the current process, flag for revision and notify the SOP owner.”

Version control matters for audit readiness. Maintain a revision log that shows what changed, when, and why. This is not optional for organizations pursuing ISO 9001, FDA GMP, or SOX compliance, where inspectors expect to see a documented change trail. Even outside regulated environments, version control prevents the silent drift that happens when someone edits a procedure without recording the change.

Create, organize, and share standard operating procedures with nested pages, version history, and real time collaboration built in.
Build SOPs in ClickUp Docs

How Standard Operating Procedure (SOP) Compares

Confused With
Process Documentation Work Instruction Policy

Common Questions About Standard Operating Procedure (SOP)

What is the difference between an SOP and a policy?

A policy defines what an organization expects and why. An SOP defines how to carry out a specific task that supports the policy. For example, a data security policy might require encryption of customer records. The SOP would detail the exact steps, tools, and verification checks for encrypting those records.

How long should a standard operating procedure be?

Most effective SOPs range from 2 to 25 pages depending on process complexity. A weekly closing checklist might need two pages. A regulated pharmaceutical procedure might require 20 or more. The right length is enough detail for a trained employee to execute correctly without unnecessary background information.

Who should write an SOP?

The person who performs the task most often should draft the initial SOP because they understand the real workflow, not the theoretical one. A process owner or manager then reviews for accuracy, and a department head or compliance officer gives final approval.

How often should SOPs be reviewed?

Every 6 to 12 months on a fixed schedule, and immediately after any process change from new software, regulatory requirements, organizational restructuring, or an incident that reveals a gap in the documented procedure.

Can SOP execution be automated?

The execution of routine steps within an SOP can often be automated using workflow tools that route tasks, send reminders, and enforce step sequences. The documentation itself must be authored and maintained by humans, but automation can handle triggering, assignment, and compliance tracking.