SSRITHONGKWAO
Android Testing / Knowledge Center

Bug severity and priority: two different decisions

Editorial illustration supporting the article: Bug severity and priority: two different decisions
Visual guide for Bug severity and priority: two different decisions. Illustration by Srithongkwao Knowledge Center.

Severity describes impact; priority describes scheduling. Mixing the two makes triage conversations harder.

Srithongkwao Editorial TeamPublished 20 September 2026Reviewed 21 September 2026
In this guide: Understand technical impact, business urgency and why a severe issue is not always fixed in the same order as another urgent problem.
Important context

Testing practice: For Severity measures impact, define a reproducible starting state, perform one controlled change at a time and record the result. Good testing evidence helps another person repeat the same path without guessing what happened.

Evidence quality: A useful report separates observation from theory. Record version, device context, steps, expected result and actual result while removing passwords, authentication codes and unrelated personal information from evidence.

Severity measures impact

A crash that destroys work is generally more severe than a small alignment issue.

Define severity levels around user harm and functional loss rather than emotion.

Key concepts for Bug severity and priority: two different decisions
Key concepts from this guide.

Priority measures when to act

An issue can become high priority because of a release deadline, policy requirement or affected audience.

Priority is a planning choice rather than a technical property of the bug.

Key ideas from Bug severity and priority: two different decisions
Key ideas from this guide.

Frequency changes practical impact

A severe bug affecting one rare path and a moderate bug affecting every launch create different operational concerns.

Record frequency so triage has more than a label.

Workarounds matter

If users can safely complete the task another way, immediate impact may be reduced.

Document the workaround without using it to hide the underlying defect.

Practical guide for Bug severity and priority: two different decisions
Practical points to use with this guide.

Use consistent definitions

Teams should agree on labels before a crisis.

A short written severity matrix is more reliable than inventing a scale for each report.

Common mistakes to avoid

Practical checklist for Bug severity and priority: two different decisions
Practical checklist and takeaways.

Practical checklist

Frequently asked questions

Can a low-severity bug be high priority?

Yes, for example when it blocks a store requirement or highly visible release detail.

Can a severe bug have lower immediate priority?

In some cases, if it is unreachable or a safe workaround exists, scheduling can differ.

Who decides priority?

It is typically a product or team planning decision informed by technical impact.

Editorial note: This page is part of the Srithongkwao Knowledge Center. We separate product guidance, belief-based interpretation and safety information so readers can understand both the useful context and the limits of each topic. See our Editorial Policy and Corrections Policy.