Every project has
monsters under the bed.
This is how you find them first.
Risk management isn't pessimism — it's the discipline of admitting, on paper, everything that could still go wrong, then deciding in advance what you'll do about it. A good PM doesn't avoid the storm; they buy the umbrella in January. This chapter walks the full loop: identify → analyze → plan → monitor, threats and opportunities alike.
What is a "risk," precisely?
Everyone thinks they know what a risk is. The exam wants PMBOK's exact wording.
PMBOK Guide (7th ed.)
official definition"Project risk is an uncertain event or condition that, if it occurs, has a positive or negative effect on one or more project objectives. Negative risks are called threats and positive risks are called opportunities." "A risk may have one or more causes, and, if it occurs, one or more impacts."
- Uncertainty: 0 < probability < 1 — a certainty (p=1) or impossibility (p=0) isn't a risk.
- An associated loss or gain: financial, human safety, reputation, etc.
- Manageable: it can be controlled or used in different ways — otherwise it's just fate.
| Category | What it looks like |
|---|---|
| Requirements risk | Incorrect (doesn't reflect real needs), incomplete (missing edge cases), unclear/inconsistent (stakeholder contradictions), or volatile (constant churn) |
| Cost risk | Unreasonable budgets — underestimating true delivery cost in time, talent, or tools |
| Schedule risk | Schedule compression from customer pressure, marketing launch dates, etc. |
| Quality risk | The product ships but doesn't meet the bar |
| Life cycle / operational risk | Poor handoffs (team-to-team, phase-to-phase, internal-to-external, turnover-induced), missing documentation, ignored maintenance |
Risk Management, decomposed
Risk management is a systematic approach to reducing harm from threats and maximizing benefit from opportunities — making the project less vulnerable and its outcome more robust. This chapter focuses specifically on threats management.
Figure out what you're facing
Risk Identification → Risk Analysis → Risk Prioritization. The "looking" half of the job.
Decide what to do, then watch it
Risk Management Planning → Risk Resolution → Risk Monitoring. The "acting" half of the job.
What can possibly go wrong?
Risk identification determines what might impact the project, and profiles it so mitigation is possible. It's iterative and incremental — new risks get added, non-risks get deleted, and profiles get refined as the project moves forward.
| Bucket | Definition | Example | Can it be managed? |
|---|---|---|---|
| Known | Uncovered by careful evaluation of the plan, business/technical environment, or reliable sources | Third-party vendor delay; key personnel joining/leaving; dev systems down | Yes — mitigated via management techniques and response plans |
| Predictable (unknown risk) | Extrapolated from past projects; we know a probability exists but not the precise impact | Loss of key personnel due to turnover | Cannot be managed directly, but mitigated via contingency |
| Unpredictable | "Joker" risks that are simply hard to predict | — | Largely no |
| Unknowable | Outside the scope of historical or probabilistic models entirely | Corporate failures, natural disasters, terrorism/war, major snowstorm, power loss | No — beyond risk management; handled by crisis/disaster management |
- By type: Project, Technical, Business
- By category: strategic, financial, legal/compliance, quality, schedule, customer/stakeholder
- By source: internal, external, technical, project environment
Don't identify risks alone. Use a checklist or similar source to brainstorm, and run a SWOT analysis: Strengths & Weaknesses (what we've got) crossed with Opportunities & Threats (what's out there). The output is a list of risks with potential to disrupt cost or schedule.
Project threats
Threaten the project plan — schedule slips, costs increase. Budgetary/funding, schedule, personnel, resources, project plan, PM processes, customers, requirements problems (scope/requirements changes), project complexity & size, hardware, environmental risk.
Technical risks
Threaten the quality and timeliness of the software itself. Design, implementation, interfacing, verification, cutover, maintenance, security.
Business risks
Threaten the viability of the product: building something great nobody wants anymore (market risk), something that no longer fits company strategy (strategic risk), something sales can't sell, losing senior-management support (management risk), losing budget/personnel commitment (budget risk), plus contracts, political concerns, legal risk.
Risk categories represented hierarchically — analogous to a WBS, but decomposing risk sources instead of work.
- Requirements
- Technology
- Complexity & references
- Process
- Analytical
- Regulators
- Market
- Subcontractors & suppliers
- Customer
- Weather
- Project dependencies
- Staffing quality
- Staffing sufficiency
- Decision making
- Prioritization
- Funding
- Culture
- Estimating
- Planning
- Controlling
- Communication
How you actually go find the risks
Start by reviewing every input: project charters, contracts, plans, lessons learned, technical documentation.
Information-gathering techniquesThe visible source of a risk is often just the surface. Hall's method: ask "Why?" five times (more or less); each answer moves closer to the true root cause. Not rigorous, but simple and effective.
Why 1: Devs discover unexpected technical issues late in the sprint.
Why 2: Requirements aren't fully understood before dev begins.
Why 3: The product owner gives only high-level descriptions, no acceptance criteria.
Why 4: Stakeholders assume the team will "figure out the details."
Why 5: There's no formal requirements validation step before sprint start.
→ Root cause found: missing requirements-validation gate, not "the developers are slow."
Based on historical information and prior team experience — requires one or more similar past projects. The lowest level of the RBS makes a natural starting point. Checklists can never be exhaustive: projects are unique.
Assumptions analysisValidates assumptions documented during planning against two factors: strength/validity of the assumption, and consequences to the project if it turns out false. False assumptions get reclassified as risks.
Fishbone: shows every potential cause/sub-cause feeding into one effect — e.g.
Process, Staff, Environment, and Testing causes all converging on "Module Defects."
Flowcharts: familiar to most stakeholders; show logical steps and cause/response
relationships.
Influence diagrams: show causal influence among project variables and how risks or
decisions ripple — e.g. Scope and Cost/Time both influencing Quality.
| Past experience | Leverage the team's or organization's prior project experience to anticipate risks. |
| Historical data | Use documented evidence from past projects, e.g. a project database. |
| Decision Driver Analysis | Examine key decisions (technology choices, vendor selection, staffing plans) and the risks each one introduces. |
| Security threat ID | Focus specifically on cybersecurity, data protection, and system vulnerabilities. |
All information gathered during identification is documented in the risk register: list of identified risks, list of potential responses, root causes, and risk categories. (Fields like likelihood/impact/risk level are filled in during the Analysis stage that follows.)
Seven subcategories, one question pattern
A checklist supports identification of known/predictable risks across seven subcategories. Each one comes with its own diagnostic questions.
Product Size
risk ∝ sizeProject risk is directly proportional to product size. Measure size against previous projects — if past projects were similar and successful, risk is low; a large negative deviation signals HIGH risk. Estimated size (LOC/function points), confidence in that estimate, number of programs/files/transactions, % deviation from average, number of users (and loading impact), anticipated requirements volatility, amount of reused software.
Business Impact
answer NO → investigateEffect on company revenue, visibility to senior management, reasonableness of delivery deadline, number of customers & consistency of their needs, number of other products it interacts with, sophistication of end users, governmental constraints, cost of late/defective delivery.
Customer
answer NO → investigateWorked with this customer before? Do they have a solid idea of requirements? Will they commit time to requirements gathering? Establish rapid communication links? Participate in reviews? Are they technically sophisticated? Do they understand the software process?
Process
answer NO → investigateConsistent repeatable process, actually used? All developers trained in it? Formal technical reviews part of it? A mechanism for managing change (formal RFC + config. mgmt.)? Specific methods per phase? Supported by tools? Managed via metrics?
Technology
answer YES → investigateNew to your org? New algorithms required? Interfaces with new/unproven hardware or vendor products? Requires building components unlike anything built before? Demands new analysis/design/testing methods? Excessive performance constraints?
Development Environment
answer NO → investigatePM tool available? Analysis/design tools available? Compilers & code generators suitable? Testing tools suitable? Tools integrated with each other? Team trained in the tools? Tool mentors available?
Staff Size & Experience
"people make the difference"Best people available? Right combination of skills? Enough people? Staff committed for the product's duration? Anyone spread across multiple projects? Received necessary training?
Turning a hunch into a number
Objectives: analyze risk cost-efficiently, determine its source, determine its exposure, determine the time frame for action, and determine the highest-severity risks.
For most situations, a five-point Likert scale is appropriate:
- Highly unlikely (p < 20%)
- Unlikely (20% < p < 40%)
- About even (40% < p < 60%)
- Likely (60% < p < 80%)
- Highly likely (p > 80%)
For less well-defined situations, use a three-point scale:
- High (p > 75%)
- Moderate (35% < p < 75%)
- Low (p < 35%)
Impact is the amount of pain or gain a risk poses to cost, time, scope, and quality. Like probability, it can be subjective (low/medium/high) but the probability-and-impact matrix needs a cardinal (numeric) scale. Employ consistent decision criteria so a borderline impact doesn't drift between categories arbitrarily.
Probability & Impact MatrixCombines P and I into one ordinal risk rating (Minimum → Low → Moderate → High → Extreme). A high-probability, high-impact risk warrants a formal response plan.
| Probability ↓ / Impact → | Negligible | Marginal | Moderate | Critical | Catastrophic |
|---|---|---|---|---|---|
| Almost Certain | Low | Moderate | High | Extreme | Extreme |
| Likely | Minimum | Low | Moderate | High | Extreme |
| Possible | Minimum | Low | Moderate | High | High |
| Unlikely | Minimum | Low | Low | Moderate | High |
| Rare | Minimum | Minimum | Low | Moderate | High |
Remember the 80-20 rule: 80% of outcomes come from 20% of causes — focus on high-impact risks. Possibly group related risks; this helps identify which risks to ignore (those at the bottom). Use the risk register to track it all.
Risk data quality assessmentLow-quality data renders qualitative analysis almost useless. Examine: quality of data used, availability of data, how well the risk is understood, reliability/integrity of data, accuracy of data.
The quality of the analysis depends on the personality of the analyst:
How you'll approach, plan, and execute all of it
A well-defined, comprehensive risk management plan enhances the chances the whole risk process succeeds. Risk analysis and planning continue throughout the project.
| Input | What it contributes |
|---|---|
| Enterprise environmental factors | Risk tolerance levels of the org & stakeholders (a trade-off between benefit and cost); consulting-firm reports; forums like comp.risks for industry/academic research. |
| Organizational process assets | Existing policies/guidelines defining risk tolerance. |
| Project scope statement | Deliverables, constraints, assumptions, initial project organization, initial defined risks, schedule milestones. |
| Risk management plan (existing) | Risk categories (e.g. from the RBS) as a primary input; budget & schedule for risk-management activities. |
| Project management plan | The risk plan becomes an integral part of it — every other process/guideline should be considered in light of potential risks. |
Planning meetings are the main tool — attended by the PM, project management team, and any stakeholder who can contribute risk-related information; they cover analysis of project risk, org risk tolerance, and calibration. The risk management plan is the only output of this process.
- Methodology: how risk mgmt will be performed — methods, tools, data sources
- Roles & responsibilities: who manages which risks and responses — the risk "owners"
- Budgeting: resources and cost estimates for risk activities
- Timing: frequency of risk processes
- Risk categories: may need refining
- Revised stakeholder tolerances
- Reporting formats: content/format of the risk register
- Tracking: how risk activity history is documented and audited
Threats get AMTA. Opportunities get EESA.
Risk response planning develops options and reactions to mitigate threats and exploit opportunities uncovered during analysis. The severity of the risk dictates how much response planning is worth doing — a low-severity risk isn't worth a detailed plan, and every response should be more cost-effective than the risk it addresses.
Opportunities: Exploit · Enhance · Share · Accept (EESA)
| 1 | 2 | 3 | 4 | |
|---|---|---|---|---|
| Threat | Avoid | Mitigate | Transfer | Accept |
| Opportunity | Exploit | Enhance | Share | Accept |
Example: avoid the risk of interfacing the Membership Management System (MMS) to external art-museum systems by simply eliminating that requirement.
The plan for when the plan isn't enough
Contingency Plans
"Plan B," pre-builtContingency planning plans alternatives for when risks occur — it doesn't reduce probability or impact, it accepts the risk may happen and plans the response. A contingency plan is executed when the risk event actually occurs, so it must be in place well before that time. Built for risks with very high impact, or for risks whose response strategies are themselves risky. Usually involves a significant alternative path through part of the project. Example: a disaster recovery plan.
The loop never really closes
Monitoring feeds straight back into Analysis — it's how the four-step loop stays alive for the life of the project.
Tracks: rank, previous rank (history), weeks on list, risk name, and resolution status (active, mitigated, resolved…). A low-overhead best practice — easy to maintain, easy to communicate, and scalable. Re-assess it at interim project post-mortems (after major milestones), evaluating how effective the responses have actually been. Communicating it to stakeholders keeps them informed of evolving risk and builds trust.
- Workarounds: unplanned corrective action for unanticipated problems
- Risk reassessments: periodic review and adjustment
- Risk audits: prove preparedness, produce lessons learned
- Reserve analysis: accounting for financial & schedule reserves — for risk only
- Status meetings: should primarily focus on risk
- Closing risks: once conditions surrounding a risk are in the past, close it out
Outputs: risk register updates, change requests, PM plan updates, project document updates, lessons learned.
Break the schedule into small (1–2 day) goals so delays are spotted before they compound. Requires a detailed schedule with early milestones; use binary status (done / not done).
The whole chapter, one table
| Stage | Question it answers | Key tool(s) | Output |
|---|---|---|---|
| Identification | What could happen? | Brainstorming, Delphi, interviews, RCA/5-Whys, checklists, SWOT, RBS, fishbone/flowchart/influence diagrams | List of potential risks (risk register) |
| Analysis | How bad, how likely? | RE = P × I, Likert probability scales, probability & impact matrix | Prioritized risk list |
| Planning | What will we do about it? | Planning meetings; AMTA/EESA strategies; contingency plans & reserves | Risk avoidance & contingency plans |
| Monitoring | Is it changing? | Top 10 list, workarounds, reassessments, audits, miniature milestones | Fresh risk assessment (loops back) |
| Threat strategies | — | Avoid · Mitigate · Transfer · Accept (AMTA) | |
| Opportunity strategies | — | Exploit · Enhance · Share · Accept (EESA) | |
| Predictability spectrum | — | Known → Predictable (unknown) → Unpredictable → Unknowable | |
| RBS branches | — | Technical · External · Organizational · Project Management | |
Where students actually lose points
These are the specific mix-ups this material invites — drill these until the right answer is automatic.
Quick self-check
Click any question to reveal the answer.
Applied scenarios, worked through
Same shape of question you'll see on an exam — reason through the category and strategy before checking the answer.