Continual Service Improvement
Learn strategies for continuous improvement of IT services and processes.
Content
The Deming Cycle (PDCA)
Versions:
Watch & Learn
AI-discovered learning video
Sign in to watch the learning video for this topic.
The Deming Cycle (PDCA) — The Glorious Engine Behind Continual Service Improvement
"If you can't measure what you did, you probably just practiced well-organized luck." — Slightly paraphrased Deming, trying to be dramatic in ITIL.
You already know the CSI Approach (we positioned it earlier in the course) and you've been neck-deep in Service Measurement and Reporting — the spreadsheets, dashboards, and KPI existential crises. The Deming Cycle (PDCA) is the crankshaft that turns all that glorious measurement into actual improvement instead of just pretty charts that make managers feel productive.
This is not a one-time project. Think of PDCA as the choreography that keeps your services breathing better, faster, and with fewer panicked late-night calls from unhappy users. It builds on Service Operation practices (we covered that) by closing the loop: identify issues in operation, plan improvements, measure the effect, and lock in the good stuff.
Quick refresher (so your brain doesn't revolt)
- CSI Approach gave you the high-level strategy: what to improve, where to focus, and how to prioritize improvements.
- Service Measurement and Reporting taught you what to measure and how to report it so decisions aren't made by mood or rumor.
PDCA takes those outputs and turns them into a repeatable workflow.
What is PDCA? (The tiny machine with big muscles)
PDCA — Plan, Do, Check, Act — is a simple, iterative cycle for continuous improvement:
- Plan: Identify the opportunity for improvement and devise a plan (objectives, metrics, baseline, success criteria).
- Do: Implement the change on a small scale (pilot), collect data during the change.
- Check: Analyze the results and compare them to expected outcomes (use the measurement/reporting stuff here).
- Act: If successful, standardize and roll out; if not, refine or abandon and return to Plan.
It’s like trying a new recipe: plan the ingredients and steps, cook a small batch, taste-test, then either add to your cookbook or tweak and try again.
PDCA in CSI — The ITIL Mapping
| PDCA Step | CSI Activity Example | Typical Artifacts / Inputs | Useful KPIs (from Measurement & Reporting) |
|---|---|---|---|
| Plan | Define CSI initiatives (prioritization, ROI, resources) | Service Portfolio, Baseline metrics, Business objectives | SLA compliance, Customer satisfaction (CSAT) |
| Do | Pilot an improvement (automation, process change) | Change record (RFC), Test plan, Runbook | Change success rate, Incidents reported during pilot |
| Check | Review pilot data, audit results | Measurement reports, Event records, Problem records | MTTR/MTRS, Availability, Incident trend analysis |
| Act | Standardize change or iterate | Updated SOPs, Training, Release plan | Post-implementation review, SLA trend improvements |
Tip: Link each PDCA loop to a CSI Register entry so improvements have history, owners, and measurable outcomes.
Real-world example: Reducing MTTR for a critical app
- Plan: Baseline shows MTTR = 120 minutes. Goal: reduce to 60 minutes within 3 months. Root cause analysis points to slow incident diagnosis and handovers.
- Do: Implement automated logging, a single-runbook for incident triage, and a pilot on the most critical service for 2 weeks.
- Check: Measure MTTR during pilot. If MTTR falls to 70 minutes and incident volume doesn't spike, analyze what worked: automation reduced diagnosis time by 40%.
- Act: Roll out runbook and logging to all services, update training and runbooks, monitor monthly. If metrics improve consistently, update SOPs and close the CSI initiative.
This example ties into Service Operation because the day-to-day incident handling surfaced the problem, and it leverages Measurement & Reporting to judge success.
Practical tips for running PDCA loops in ITSM
- Start small: pilots reduce risk and give measurable signals fast.
- Define success criteria in the Plan stage — vague goals = useless checks.
- Automate data capture: if you must copy-paste numbers into Excel, you've already lost some fidelity.
- Use runbooks as both Do artifact and knowledge base for Act.
- Keep timelines short and loops frequent — the goal is speed of learning, not perfection.
Questions you should be asking every PDCA cycle
- What baseline did we use and is it trustworthy?
- Which stakeholders will wear the consequences if this fails?
- How will we measure unintended consequences? (Think: more incidents elsewhere)
- Is this a symptomatic fix or addressing the root cause?
A tiny pseudocode to make this annoyingly concrete
function PDCA(improvementIdea):
plan = defineObjectives(improvementIdea)
baseline = captureBaselineMetrics(plan.metrics)
pilot = implementPilot(plan)
results = collectData(pilot)
analysis = compare(results, plan.successCriteria)
if analysis.meetsCriteria:
standardizeAndRollout(plan, pilot)
else:
refinePlan = rePlan(analysis)
return PDCA(refinePlan)
Yes, PDCA is recursive. When your first attempt doesn't fully work, you iterate — that's the point.
Common pitfalls (and how to avoid them)
- Measuring the wrong thing: If your KPI is "tickets closed", congratulations — you're measuring busyness, not success. Focus on customer outcomes.
- Skipping Check: If you don't analyze data, you're guessing. Use the Measurement & Reporting artifacts you already learned.
- No ownership: A loop without a named owner becomes a suggestion box. Assign an owner and a sponsor.
- Over-automation: Automation is great until it bakes in a broken process. Pilot first.
Final checklist before you run a PDCA cycle
- Clear objective and success criteria
- Baseline metrics captured
- Pilot scope and rollback plan
- Measurement & reporting pipeline set
- Owner and stakeholders identified
Closing — Why PDCA matters more than buzzwords
PDCA is the practical grammar of improvement. In Service Operation you learned how services behave; in Measurement & Reporting you learned how to listen. PDCA teaches you how to speak back — in actions, experiments, and measurable progress. It's the difference between being an org that reacts and an org that evolves.
"Improve, measure, repeat." It's not flashy, but it actually works. Do the loop, then do another.
Version name: "CSI with Sass: Deming Cycle, But Make It Operational"
Comments (0)
Please sign in to leave a comment.
No comments yet. Be the first to comment!