Study PMP Prioritizing Blockers by Impact and Urgency: key concepts, common traps, and exam decision cues.
On this page
Blocker priorities matter because once several impediments exist at the same time, the project manager has to decide which one deserves attention first and why.
Prioritize by Delivery Consequence, Not Noise
PMP questions usually reward prioritization based on consequence, not on who is speaking the loudest. A good prioritization decision weighs:
impact on committed work
effect on quality, compliance, or acceptance
dependency exposure
number of people or teams affected
availability of a safe workaround
how long the blocker can remain open before recovery becomes harder
This is why a blocker affecting a release gate may outrank a more frustrating but local tooling problem.
Use a Simple Priority Logic
A practical priority logic is:
Blockers stopping committed work or acceptance come first.
Blockers outside team authority come next because delay compounds.
Blockers with temporary safe workarounds can sometimes wait briefly.
Local inconveniences that do not threaten outcomes are lower priority.
flowchart TD
A["List current blockers"] --> B["Assess impact on delivery, quality, and dependencies"]
B --> C["Assess urgency and workaround availability"]
C --> D["Rank by consequence, not volume of complaint"]
D --> E["Assign owner and next action"]
Example
A vendor approval delay affects only one optional report. At the same time, a security review delay prevents the team from moving a production change. The stronger PMP answer prioritizes the security review issue because it blocks delivery and likely sits outside the team’s direct authority.
Common Pitfalls
Prioritizing by emotional pressure alone.
Confusing visibility with actual consequence.
Failing to reconsider priority when new facts appear.
Assuming all blockers need sponsor escalation.
Check Your Understanding
### Which blocker should usually receive the highest priority?
- [x] A blocker that prevents acceptance testing for a committed release
- [ ] A formatting issue in a noncritical dashboard
- [ ] A request for a nicer collaboration tool theme
- [ ] A local inconvenience with a safe temporary workaround
> **Explanation:** Highest priority usually goes to the issue with the strongest delivery or acceptance consequence.
### What is usually the strongest basis for blocker prioritization?
- [ ] Which stakeholder is most senior
- [x] Which issue creates the greatest consequence for delivery, quality, or dependency flow
- [ ] Which issue has been described with the strongest emotion
- [ ] Which issue appeared first chronologically
> **Explanation:** Strong prioritization is consequence-based, not personality-based.
### When is a blocker more likely to move up in priority?
- [ ] When it is annoying but harmless
- [ ] When it affects only a future nice-to-have
- [x] When it sits outside team authority and delay compounds the delivery risk
- [ ] When it has no impact on commitments or quality
> **Explanation:** External ownership often increases urgency because the team cannot clear the blocker independently.
### What is usually the weakest prioritization approach?
- [ ] Ranking blockers by effect on milestones
- [ ] Updating priority when new facts appear
- [ ] Considering whether a workaround exists
- [x] Ranking blockers only by how loudly people complain about them
> **Explanation:** Complaint volume is a poor substitute for impact analysis.
Sample Exam Question
Scenario: A project manager is tracking three open blockers: one delays a noncritical report, one prevents a production deployment from entering final review, and one affects a training request that can be postponed for two weeks. Time is limited and only one issue can be escalated today.
Question: What is the strongest project-manager action?
A. Prioritize the blocker that prevents the production deployment from advancing into final review
B. Escalate the issue associated with the most vocal stakeholder
C. Escalate all three issues together so none appears ignored
D. Address the oldest issue first, regardless of current impact
Best answer: A
Explanation: The strongest answer is A because blocker prioritization should be driven by consequence to delivery or acceptance. The production deployment blocker has the clearest near-term effect on project outcomes. PMP questions in this area usually reward prioritizing what most threatens committed value, not what is oldest or loudest.
Why the other options are weaker:
B: Stakeholder seniority or emotion does not automatically define priority.
C: Bundling all issues together reduces focus and can weaken the escalation.
D: Age alone is not a reliable priority rule.
Key Terms
Urgency: How quickly the blocker must be addressed before recovery becomes harder.
Impact: The degree to which the blocker affects delivery, quality, or acceptance.
Workaround: A temporary way to continue safely while the blocker remains unresolved.
Priority logic: The rule set used to rank blockers by consequence rather than noise.