A complete primer on the RICE prioritization framework - what it measures, why teams use it, and how to apply it.
Definition
The four factors
RICE stands for Reach, Impact, Confidence, and Effort. Originally developed by Intercom's product team, it produces a single numerical score that ranks features against each other on a defensible, repeatable basis.
Score = (Reach × Impact × Confidence) ÷ Effort
- Reach - number of users affected per time period (month/quarter/year)
- Impact - how much it matters per user (0.25 to 3, fixed scale)
- Confidence - how certain you are (0–100%)
- Effort - total person-months across design + eng + QA
The formula intentionally divides by effort - ensuring quick wins outrank big bets that haven't earned their slot.
Why it works
Forced trade-offs
Most prioritization conversations devolve into "this feels important" debates. RICE forces concrete inputs - you can't say a feature is high priority without committing to a Reach number, an Impact level, and an Effort estimate.
That commitment exposes weak reasoning early. If you can't estimate Reach, you probably haven't validated the problem. If Effort is "2-12 months," scope is undefined. The score is less important than the conversation it forces.
RICE also makes prioritization auditable. When stakeholders ask "why is X above Y?", you have a documented numerical answer rather than political instinct.
When to use
Right context, right framework
RICE is best for product teams with:
- Measurable user reach - analytics-rich products with audience data
- Comparable features - multiple roadmap candidates targeting similar user groups
- Quarterly planning cycles - RICE excels at "which 5 of these 30 ideas?"
- Cross-functional reviews - when you need a defensible artifact for leadership
Skip RICE for: pure strategic bets (use ICE or value-vs-effort), bug triage (use severity matrices), or single-user enterprise features (Reach loses meaning).
Pitfalls
Common mistakes
Three traps that kill RICE workflows:
- Reverse-engineering the score - adjusting inputs to justify a predetermined ranking. Use confidence honestly.
- Letting Effort dominate - small features always win on raw RICE. Combine with strategic themes so big bets aren't ignored.
- Treating it as the answer - RICE ranks; humans decide. Use it as input to a discussion, not the discussion itself.
This calculator includes confidence audit (flags low-confidence rows) and effort sanity check (flags 6+ month efforts) to catch these issues automatically.