ITIL v5 Compass
Resources
Value Stream Workshop

Value Stream Mapping Workshop Guide

What is value stream mapping?

Value stream mapping is a technique for visual representation and analysis of value streams. Unlike processes, lifecycle activities, and value chain models that describe "workflows as designed," value streams represent the actual sequence of activities that an organization follows to create value for a consumer. Value stream mapping makes these real workflows visible, measurable, and improvable.

The official ITIL v5 book describes the purpose:

  • Identify and eliminate waste to maximize value for consumers and the organization
  • Identify and implement improvements to the flow of work

When to use value stream mapping

SituationComplexity ContextVSM Appropriate?
Well-defined process with known bottlenecksOrderedYes (optimize the known flow)
Cross-team handoff problemsOrdered/ComplexYes (make handoffs visible)
New service design with unclear dependenciesComplexPartially (map what you know, experiment for the rest)
Crisis or outage in progressChaoticNo (stabilize first, map after)
"Something feels slow but we do not know why"ConfusedYes (mapping will reveal the context)
💡

Complexity consideration: In ordered contexts, the mapped process is reliable and repeatable. In complex contexts, value stream maps should be treated as living documents that emerge and evolve, not as fixed procedures.

The five steps

Step 1: Value stream identification

Purpose: Identify which value streams exist and select which one to map first.

ItemDetail
Duration1-2 hours
ParticipantsService owner, process owners, team leads from all involved teams
MaterialsWhiteboard or digital collaboration tool
OutputList of identified value streams, ranked by priority

Activities:

  1. List all products and services your organization delivers
  2. For each product/service, identify the core value streams (how value flows from demand to delivery)
  3. Identify enabling value streams (internal activities that support core streams, such as access provisioning, environment setup, knowledge updates)
  4. Prioritize: which value stream has the most pain, the most volume, or the greatest strategic importance?

Categories (from the official book):

  • Core value streams: Create digital products, deliver and support digital services
  • Enabling value streams: Support core streams (e.g., onboarding, provisioning, training)

Step 2: Mapping the "as-is" value stream

Purpose: Document how work actually flows today (not how it should flow).

ItemDetail
Duration2-4 hours
ParticipantsPeople who do the actual work (not just managers)
MaterialsLarge paper/wall, sticky notes, or digital tool (Miro, Mural)
OutputVisual map of the current value stream with metrics

Activities:

  1. Walk the flow: Follow one instance of work from trigger to completion
  2. Document each step: What happens? Who does it? What tools are used?
  3. Capture metrics for each step:
    • Processing time (how long the actual work takes)
    • Wait time (how long work sits idle between steps)
    • Rework rate (how often work goes back to a previous step)
  4. Identify handoffs: Every time work moves between teams or systems
  5. Mark pain points: Where do delays, errors, or confusion occur?

Recording template:

StepActivityTeamToolProcessing TimeWait TimeRework RateNotes
1User reports issueUserPortal5 min00%
2Ticket createdService DeskITSM tool3 min10 min5%Manual classification
3Assigned to teamService DeskITSM tool2 min45 min15%Reassignments common
4DiagnosisL2 SupportRemote tools30 min010%
5ResolutionL2 SupportVarious45 min05%
6User confirmationService DeskEmail2 min4 hours0%Waiting for user
7ClosureService DeskITSM tool2 min00%

Total: Processing = 89 min, Waiting = 295 min. Efficiency = 89 / (89+295) = 23%

⚠️

Key insight: In most IT organizations, the "as-is" efficiency ratio is between 10-30%. This means 70-90% of lead time is waiting, not working. Making this visible is the most powerful outcome of VSM.

Step 3: Analysing the value stream

Purpose: Identify waste, bottlenecks, and improvement opportunities.

ItemDetail
Duration1-2 hours
ParticipantsSame as Step 2
OutputPrioritized list of improvement opportunities

Waste categories to look for:

Waste TypeDescriptionExample in ITSM
WaitingWork sitting idle between stepsTicket waiting for assignment; approval queue
HandoffsWork transferred between teams/peopleL1 → L2 → L3 escalation
ReworkWork that must be repeated due to errorsMisclassified tickets; failed changes
Over-processingDoing more than the consumer needsExcessive documentation for low-risk changes
MotionUnnecessary movement of information or peopleSwitching between multiple tools for one task
DefectsErrors that reach the consumerUnresolved incidents closed without fix
InventoryWork in progress that is not being actively worked onTicket backlog

Analysis questions:

  • Where is the longest wait time? Why?
  • Where is rework highest? What causes it?
  • Which handoffs could be eliminated?
  • What would the value stream look like with 50% fewer handoffs?

Step 4: Mapping the "to-be" value stream

Purpose: Design the improved future state.

ItemDetail
Duration2-3 hours
ParticipantsStep 2 participants plus decision-makers
OutputTarget state map with improvement targets

Design principles (aligned with ITIL v5 guiding principles):

PrincipleApplication to VSM
Focus on valueRemove steps that do not add value for the consumer
Start where you areImprove the current stream; do not design from scratch
Progress iterativelyPlan improvements in small increments, not a "big bang"
Keep it simple and practicalEliminate unnecessary steps and approvals
Optimize and automateAutomate repeatable, ordered tasks; keep human judgment for complex ones

Target metrics example:

MetricAs-IsTo-Be TargetImprovement
Lead time (trigger to resolution)6.4 hours2 hours69% reduction
Process efficiency23%60%2.6x improvement
Handoffs4250% reduction
Rework rate15% at Step 3Under 5%Automation of classification

Step 5: Planning and implementing improvements

Purpose: Turn the to-be map into actionable improvements.

ItemDetail
Duration1-2 hours
ParticipantsDecision-makers, improvement owners
OutputImprovement plan with owners and timelines

Implementation plan template:

ImprovementOwnerComplexityQuick Win?Target DateDependencies
Auto-classify tickets using AI (Cognition capability)OmarMediumNoQ3Training data, AI tool
Eliminate L1→L2 handoff via swarmingAlexLowYesQ2Team training
Add self-service KB for top 10 issuesAnnaLowYesQ2Knowledge articles
Automate closure confirmationOmarLowYesQ2ITSM workflow config
💡

Quick wins first: The ITIL Transformation Model emphasizes identifying quick wins to build momentum. Start with low-complexity, high-impact improvements that can be delivered in weeks, not months.

ICR example: value stream mapping at ITIL Car Rental

From the official ITIL v5 book, Maria (Business Analyst) describes their experience:

"We have well-defined processes in every part of the company, which are followed by most teams at most times. However, in the last few months, we have had coordination issues between the booking service and fleet management teams."

Anna (Product Manager) adds: "We identified bottlenecks, some related to digital products, some to work processes, and managed to significantly improve the workflow. More importantly, value stream mapping helped us understand how our teams interact and where value gets stuck."

Key takeaway from ICR: Value stream mapping is not just about process efficiency. It reveals relationship and coordination problems between teams that are invisible in process documentation.

Adapting VSM for complexity

ContextVSM Approach
OrderedMap detailed processes; optimize systematically; automate where possible
ComplexMap broad flow; accept that details will emerge; use probes and experiments
ChaoticDo not attempt VSM during crisis; map after stabilization
ConfusedStart with a rough map to reveal which context you are actually in

Related pages