What It Is
A Problem in ServiceNow represents the underlying root cause of one or more incidents — not the symptoms users experience, but the fundamental issue that needs permanent resolution. Unlike generic IT terminology where "problem" might mean any issue, ServiceNow's Problem is a specific record type in the problem table with defined states, workflows, and relationships. Problems exist to break the cycle of recurring incidents by addressing systemic issues rather than repeatedly fixing symptoms. They represent the bridge between reactive incident management and proactive service improvement, capturing institutional knowledge about what actually breaks and why.
Architecturally, Problems sit at the intersection of ITSM process management and knowledge management within ServiceNow's platform. They're not just data records — they're process orchestrators that coordinate investigation workflows, link to affected configuration items, and maintain relationships with both upstream causes and downstream effects. The problem table extends Task, inheriting core workflow capabilities while adding specialized fields for root cause analysis, known error documentation, and workaround management. This positioning enables Problems to serve as both operational work items and permanent knowledge repositories.
The business function Problems solve is transforming reactive fire-fighting into systematic service improvement. Organizations without effective problem management find themselves trapped in incident loops — the same issues causing outages repeatedly because no one investigates and fixes root causes. Problems provide the structure and accountability to ensure someone actually investigates why the email server crashes every Tuesday, why the CRM integration fails during month-end processing, or why new laptop deployments consistently have driver issues. They create a formal process for moving from "we fixed it" to "we understand it and it won't happen again."
ServiceNow designed Problems this way because ITIL problem management requires both process workflow and knowledge retention — capabilities that pure ticketing systems or knowledge bases can't provide alone. The alternative approaches most organizations use — tracking issues in spreadsheets, relying on tribal knowledge, or letting incidents drive all IT work — consistently fail at scale. ServiceNow's approach integrates problem identification, investigation workflow, knowledge capture, and change implementation into a single system. This design choice reflects the reality that effective problem management requires coordination across multiple teams and disciplines, not just individual expertise.
Different roles interact with Problems in fundamentally different ways. Service desk analysts create problem records when they notice incident patterns but typically don't investigate root causes. Problem managers own the investigation process, coordinate with technical teams, and ensure problems reach resolution. Technical specialists focus on the Root cause and Fix notes fields, using Problems to document their findings for future reference. Change managers interact with Problems when root cause resolution requires infrastructure changes. ServiceNow administrators configure problem workflows, notifications, and integrations, while developers might extend the problem table for organization-specific investigation processes.
Without Problems as a formal concept, organizations lose the ability to systematically improve service reliability. Incidents become isolated events rather than symptoms of underlying issues. Knowledge about root causes remains trapped in individual minds or scattered across email threads and chat logs. Teams have no structured way to justify preventive changes or investments in infrastructure improvements. The result is higher incident volumes, longer resolution times, and perpetual reactive mode — exactly the operational pattern that mature ITSM practices are designed to break.
Where It Fits in the Platform
Problems occupy a central position in ServiceNow's ITSM ecosystem, inheriting from the Task table while maintaining direct relationships with incidents, changes, and configuration items. This inheritance means Problems get all standard task functionality — assignments, workflows, approvals, SLAs — while adding specialized problem management capabilities. The problem table sits alongside incident and change_request as one of the core ITSM process tables, but unlike those tables, Problems are designed for long-term retention and reference rather than just workflow completion.
Within the broader platform architecture, Problems serve as a bridge between operational data and strategic insight. They connect to the CMDB through affected CI relationships, enabling analysis of which infrastructure components generate the most problems. They integrate with Knowledge Management as both consumers and producers — referencing existing knowledge articles during investigation and creating new articles for problem resolution. Problems also connect to Service Mapping and Discovery data, allowing teams to understand how infrastructure dependencies contribute to service issues. This positioning makes Problems a key component in ServiceNow's vision of integrated IT operations management.
Key Relationships:
- Incidents: Problems can be created from incidents and linked to multiple incidents through the
problem_idreference field. This relationship enables tracking which incidents stem from the same root cause. - Changes: Problem resolution often requires changes to infrastructure or processes. Problems can reference related changes through the
related_incidentsand change tracking mechanisms. - Configuration Items: Problems link to affected CIs through various relationship fields, enabling analysis of which infrastructure components are problem sources. This connection supports both root cause analysis and preventive maintenance planning.
- Knowledge Articles: Problems can reference existing knowledge and create new articles documenting solutions. The
workaroundandfix_notesfields often become the basis for knowledge articles. - Task Table: As a Task extension, Problems inherit assignment groups, approval workflows, SLA management, and activity logging. This inheritance provides consistent process management across all ITSM record types.
How You Encounter This in Practice
Enjoying this? Get one deep-dive per week.
Join 1,000+ ServiceNow pros — scripts, GlideRecord patterns, Flow Designer techniques, and career moves. Free.
Pattern Recognition During Incident Response
You're a service desk manager reviewing weekly incident reports and notice five separate incidents over the past month involving the same application server timing out during peak usage periods. Each incident was resolved by restarting the service, closed as separate events, but no one investigated why the timeouts keep happening. Your team is spending 3-4 hours weekly on what appears to be the same underlying issue, and users are getting frustrated with repeated outages.
Understanding Problems unlocks the ability to formalize this pattern recognition into systematic improvement. You create a Problem record linking all five incidents, assign it to a technical specialist for root cause analysis, and establish a timeline for permanent resolution. The Problem becomes your mechanism for ensuring someone actually investigates the server configuration, memory allocation, or database connection pooling that's causing the timeouts. Without this formal Problem process, these incidents remain isolated events that consume resources indefinitely.
Someone without Problem management knowledge would continue treating each timeout as a separate incident, missing the opportunity to eliminate the root cause. They might eventually recognize the pattern informally but lack the structured process to coordinate investigation, document findings, or ensure follow-through on permanent fixes. The result is perpetual reactive mode and growing user dissatisfaction.
Root Cause Investigation and Documentation
You're a systems administrator assigned to investigate why automated backups fail randomly across different servers, causing compliance concerns and data protection risks. The Problem record shows seventeen related incidents over three months, but previous investigators documented conflicting theories in various chat threads and emails. You need to coordinate with network, storage, and database teams to understand the interdependencies, but there's no central place to track investigation progress or findings.
The Problem record becomes your investigation workspace and permanent documentation repository. You use the Work notes to track each investigation step, attach diagnostic outputs and configuration files, and coordinate with other teams through assignments and notifications. When you discover that backup failures correlate with network maintenance windows due to insufficient timeout settings, you document the root cause analysis in the Root cause field and the permanent solution in Fix notes. This creates institutional knowledge that survives staff turnover and informs future backup system decisions.
Without formal Problem management, this investigation would likely happen through ad-hoc collaboration tools, with findings scattered across emails, chat logs, and individual notes. The knowledge would be effectively lost when team members change roles, and similar issues in the future would require starting the investigation from scratch. The organization loses the investment made in root cause analysis and remains vulnerable to the same systemic issues.
Change Justification and Risk Assessment
You're an infrastructure manager preparing a change request to upgrade database server hardware after a Problem investigation revealed that memory constraints cause application performance degradation during month-end processing. The Change Advisory Board needs to understand the business justification for this $50,000 investment and the risks of not making the change. You need concrete data about incident frequency, business impact, and the relationship between the hardware limitation and service reliability.
The Problem record provides the documented evidence and business case for your change request. You can reference the specific incidents caused by memory constraints, quantify the business impact through linked incident records, and demonstrate that this is a proven root cause rather than speculation. The Problem's root cause analysis and related incident data transform your hardware upgrade request from a routine infrastructure expense into a strategic investment in service reliability. The documented investigation shows due diligence and supports risk-based decision making.
Without this Problem documentation, change requests become harder to justify and easier to defer or reject. Change advisory boards see isolated infrastructure requests rather than solutions to documented business problems. The result is often delayed investments in preventive improvements, leading to more incidents and eventually more expensive emergency changes when systems finally fail completely.
What People Get Wrong
Problems are just another type of ticket for tracking issues that take longer to resolve.
This misconception treats Problems as extended incidents rather than root cause investigations, fundamentally undermining their purpose in ITSM. Organizations making this mistake create Problem records for complex incidents that require more time to resolve, but never actually investigate underlying causes or implement permanent solutions. They use Problems as a workflow convenience — a way to keep tickets open longer or escalate difficult issues — rather than as a systematic approach to service improvement. The problem table becomes cluttered with records that should have remained incidents, making it impossible to identify actual patterns or systemic issues.
This misunderstanding exists because Problems do share workflow characteristics with incidents — they're both Task records with assignments, states, and resolution processes. The critical difference lies in purpose and scope: incidents restore service for users, while Problems prevent future incidents by addressing root causes. When teams blur this distinction, they lose the analytical power that makes Problem management valuable. Instead of identifying that twelve different "problems" actually represent three underlying systemic issues, they create twelve separate investigations that never connect the dots.
In production, this mistake manifests as Problem records that get resolved by fixing immediate symptoms rather than investigating root causes. Teams close Problems when the current outage is resolved, rather than when they understand why outages happen and have implemented preventive measures. The Problem management process becomes indistinguishable from incident management, providing no additional value while consuming more administrative overhead. Organizations end up with Problem statistics that look impressive — high resolution rates, good SLA compliance — but continue experiencing the same recurring issues because no actual problem investigation occurred.
The long-term consequence is that teams lose faith in Problem management as a valuable process, viewing it as bureaucratic overhead rather than operational improvement. They abandon formal problem investigation in favor of reactive incident response, perpetually fighting the same fires. This creates a vicious cycle where recurring incidents consume so much operational capacity that teams feel they can't afford time for root cause analysis, ensuring the incidents continue recurring indefinitely.
Every incident should automatically create a related Problem record to ensure nothing gets missed.
This approach fundamentally misunderstands the relationship between incidents and problems, creating massive administrative overhead while defeating the purpose of problem management. Problems should only be created when there's evidence of systemic issues, recurring patterns, or significant business impact that warrants root cause investigation. Most incidents are isolated events caused by user error, routine system behavior, or one-off environmental factors that don't require formal problem investigation. Creating a Problem for every incident generates hundreds or thousands of unnecessary records that consume investigation resources and obscure genuine patterns.
This misconception typically emerges from audit requirements or management directives that interpret ITIL guidance too literally, assuming that comprehensive means universal. Some organizations implement this approach after missing important problem patterns in the past, reasoning that creating Problems for everything ensures nothing falls through the cracks. The reality is that pattern recognition requires human judgment about what constitutes abnormal or recurring behavior. Automated Problem creation from every incident eliminates this crucial filtering step, replacing selective analysis with administrative burden.
In practice, this mistake creates Problem queues filled with records like "User forgot password," "Printer out of toner," and "Application performed routine maintenance restart." Problem managers spend their time closing obvious non-problems rather than investigating genuine systemic issues. The signal-to-noise ratio becomes so poor that real problems — the recurring application crashes or infrastructure capacity issues — get lost in the administrative noise. Teams develop workarounds to manage the volume, like mass-closing Problem records or creating approval processes that defeat the purpose of proactive investigation.
Ultimately, this approach discredits problem management as a valuable process, making it appear bureaucratic and wasteful rather than analytical and improvement-focused. Organizations that implement universal Problem creation often abandon the process entirely within months, concluding that problem management doesn't provide value. They lose the opportunity to develop mature problem identification and investigation capabilities, remaining trapped in reactive incident response indefinitely.
Admin vs Developer Perspective
For Admins
Admins configure problem management workflows, assignment rules, and escalation policies to ensure problems get properly investigated and resolved. They maintain problem categories and subcategories that align with the organization's service catalog, configure notification schemes for problem stakeholders, and set up reporting dashboards that track problem resolution metrics. The key administrative challenge is balancing thorough problem investigation with business pressure to close problems quickly, which requires configuring approval processes and mandatory fields that enforce proper root cause analysis. Admins also manage the relationship between problem states and incident resolution, ensuring that related incidents can't be resolved until underlying problems are addressed or accepted risks are documented.
For Developers
Developers script against the problem table to automate problem creation from incident patterns, integrate with external monitoring tools, and build custom problem analysis workflows. They use the Problem Management API to create problems programmatically when certain incident thresholds are met, and leverage the Related Records API to automatically link incidents to existing problems based on configuration item relationships. Common scripting patterns include automated problem creation from cmdb_ci failure patterns, custom duplicate problem detection logic that goes beyond ServiceNow's out-of-box capabilities, and integration scripts that synchronize problem status with external change management or vendor ticketing systems. Developers also build business rules that enforce problem-to-incident relationships and prevent incidents from closing when linked to active problems.
How It Connects to Other Concepts
- Incident — the primary source of problems, with many incidents potentially linking to a single problem record. The
problem_idfield on incidents creates this relationship, and business rules often prevent incident closure when linked to active problems. - Change Request — problems drive changes that implement permanent fixes for root causes. The problem record tracks these related changes, and many organizations require change approval before moving problems to resolved state.
- Configuration Item (CI) — problems are typically associated with specific CIs that are experiencing issues, creating a direct relationship between infrastructure components and their recurring failures. This relationship enables proactive problem identification when CI health metrics deteriorate.
- Known Error — represents the outcome when a problem's root cause is identified but cannot be immediately fixed. Known errors provide workarounds for incidents while the underlying problem awaits permanent resolution through changes.
- Service Level Agreement (SLA) — problem resolution times are often governed by SLAs that are separate from incident SLAs, reflecting the different nature of root cause analysis versus immediate service restoration. Problem SLA breaches can trigger escalations to senior technical staff or management.
- Assignment Group — problems are typically assigned to specialized problem management teams rather than frontline support groups. The assignment logic often considers the affected CI type, problem category, and required skill sets for root cause analysis.
Junior vs Senior Knowledge Gap
Junior administrators often misunderstand problems as just "big incidents" and create problem records for every major incident without considering whether true root cause analysis will occur. They focus on closing problems quickly to improve metrics rather than ensuring thorough investigation, and frequently create duplicate problems because they don't understand how to effectively search existing records or recognize patterns across different incident descriptions. The most common mistake is treating problem management as an extended incident management process rather than a distinct practice focused on preventing future incidents.
The mental shift happens when professionals realize that effective problem management requires a completely different mindset from incident management—moving from "restore service quickly" to "prevent service disruption permanently." Senior practitioners understand that problems should only be created when there's genuine commitment to root cause analysis and the organizational capacity to implement fixes. They recognize that a small number of well-investigated problems that lead to permanent fixes provides far more value than a large number of problems that get closed without resolution.
Experienced architects know that problem management success depends heavily on organizational maturity and culture, not just process configuration. They understand that the problem table is often the least important part of problem management—the real value comes from the investigation workflows, stakeholder engagement processes, and integration with change management. They also recognize that problem categories and priorities must align with business service definitions rather than technical component hierarchies, and that effective problem trending requires sophisticated reporting that correlates incidents across time, location, and configuration relationships.
Senior professionals ask critical questions that juniors miss: How will we measure the business impact of problems versus individual incidents? What's our threshold for creating problems versus accepting incident recurrence? How do we handle problems that span multiple vendors or business units? What's our strategy for problems where the root cause is identified but the fix requires significant investment? They understand that these policy decisions are far more important than field configurations or workflow design, and that problem management often fails due to organizational issues rather than technical implementation problems.
Quick Reference
- The
problemtable extendstaskbut includes specialized fields likefirst_reported_by_taskandproblem_statethat drive problem-specific workflows. - Problem states follow a different lifecycle than incidents: New → In Progress → Pending Change → Resolved → Closed, with Known Error as an alternate resolution path.
- The
related_incidentsrelated list doesn't automatically populate—incidents must be explicitly linked via theproblem_idfield or through problem task relationships. - Problem SLA definitions default to calendar days rather than business hours, reflecting the longer-term nature of root cause analysis compared to incident resolution.
- The
workaroundfield on problems becomes the workaround instructions for related Known Error records, creating an automatic knowledge base for recurring issues. - Problem assignment groups typically require different skills than incident assignment groups—often including vendor relationship management, change advisory board participation, and cross-team coordination capabilities.
- The
confirmed_byandconfirmed_atfields track when problems are validated as legitimate rather than symptoms of other issues. - Problem duplicate detection requires custom logic because out-of-box functionality doesn't account for the complex relationship patterns between incidents, CIs, and business services that characterize real problem scenarios.
- Problem closure requires both technical resolution (root cause fix implemented) and business validation (no recurrence within defined timeframe), often involving approval workflows that span multiple months.
- The
major_problemcheckbox triggers additional notification and escalation workflows, but the threshold for "major" must be defined based on business impact rather than technical severity.