I. Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'edgeLabelBackground': '#fff' }}}%%
flowchart LR
    A["Major problem closed\nwith no formal review"] -- "Need to capture cost, cause, and lessons for leadership" --> B["Major Problem\nReport"]
    style A fill:#f9f9f9,stroke:#333,stroke-width:3px
    style B fill:#e1f5fe,stroke:#01579b,stroke-width:3px

Definition: A Major Problem Report is the formal, executive-facing review produced after a high-impact or high-recurrence problem has been resolved (or requires escalated attention).

Features:
( Ownership ) Owned by the problem manager, typically with sign-off from service owners and, for security-rooted problems, the CISO.
( Root-Cause Focus ) Explains why the fault existed in the first place, where an incident report explains only how service was restored.
( Cost Accounting ) Captures what the problem cost across every recurrence, not just the final incident.
( Structural Change ) Documents what structural changes prevent the problem happening again, turning a technical fix into an organizational lesson.

II. Structure & Process

flowchart TD
    A["Major problem identified and prioritized"] --> B["Root cause analysis completed"]
    B --> C["Known error and workaround published"]
    C --> D["Permanent fix implemented and verified"]
    D --> E["Major Problem Report drafted"]
    E --> F["Review with stakeholders and leadership"]
    F --> G["Follow-up preventive actions tracked to completion"]
FieldDescription
Report IDUnique identifier linking the report to the source Problem Record.
Executive SummaryPlain-language description of the problem, impact, and outcome.
Root Cause AnalysisDetailed technical findings, including analysis method used.
Business/Security ImpactCumulative cost across recurrences: downtime, data exposure, revenue.
TimelineKey dates from first occurrence through permanent resolution.
Resolution SummaryPermanent fix delivered and how it was validated.
Lessons LearnedProcess, tooling, or design gaps identified during review.
Follow-Up ActionsPreventive actions with owners and target dates.

Drafting begins once the permanent fix is verified, and the report is finalized after stakeholder review confirms the root cause, impact figures, and follow-up actions are accurate and assigned.

III. Best Practices & Comparison

DocumentPrimary PurposeTriggerOwner
Major Problem Report TemplateFormal post-resolution review with impact and lessons learnedMajor problem resolved or under executive reviewProblem manager / service owner
Problem Record TemplateWorking record of investigation from open to closedRecurring or significant incident patternProblem manager
Major Incident Report TemplateDocument how a single major incident was detected and restoredMajor incident declaredIncident commander
  • Quantify cumulative impact across all recurrences, not just the triggering incident, to justify remediation investment.
  • Separate root cause from contributing factors so the report does not overstate a single point of failure.
  • Route follow-up actions through change management with named owners and dates, not open-ended commitments.
  • Distinguish this report from a major incident report: incident response measures time-to-restore, problem review measures time-to-eliminate-cause.
  • Circulate lessons learned beyond the immediate team so similar architectures elsewhere can be checked proactively.

Related: Problem Record Template, Known Error (KE) Record Template, Major Incident Report Template.

Last updated 18 Aug 2026, 00:00 UTC. history