Skip to content
Published on

Cyber Insurance Market 2026 Deep Dive: Chubb, AIG CyberEdge, Beazley, Coalition, Resilience, AXA XL, Hiscox, Tokio Marine HCC + Korea & Japan Cyber Insurance Compared

Authors

Cyber Insurance Market 2026: Crossing USD 50 Billion and Reshaping

In 2026 global cyber insurance gross written premium (GWP) crossed USD 50 billion for the first time. Munich Re's Cyber Insurance Risks and Trends 2026 report projects 2025 GWP at about USD 46.9 billion, 2026 at about USD 51 billion, and USD 120 billion by 2030. The hard market that followed the 2020-2022 ransomware surge began turning soft in late 2024, and by 2026 SME cyber premiums dropped 8-12 percent year over year on average. At the same time policy wording grew stricter. This article compares twelve major insurers across the United States, Europe, Korea, and Japan with real policy mechanics.

The Five Coverage Modules of a Cyber Policy

Cyber insurance is not a single product but a combination of five modules. First, first-party loss covers data recovery cost, business interruption, and digital asset damage. Second, third-party liability covers damages owed to data breach victims and regulatory fines. Third, ransomware response covers negotiators, recovery, and crypto payments. Fourth, breach response services cover incident response, legal counsel, public relations, and notification. Fifth, cyber crime covers business email compromise, social engineering fraud, and computer fraud. In 2026 the key differentiation lies in cyber crime coverage, ransomware payment coverage, and the quality of active monitoring as a bundled service.

Lloyd's 2023 State-Backed Cyber Exclusion: Market Reset

From 31 March 2023 Lloyd's of London, via Market Bulletin Y5381, mandated that all standalone cyber policies carry a state-backed cyber attack exclusion. The standard wordings are the LMA 5564-5567 series. The core idea: cyber operations that materially impair the security, defense, or operational functions of a sovereign state are not covered. The clause was born in the wake of the 2017 NotPetya attack, where Merck claimed USD 1.4 billion and Ace American and Mondelez v Zurich followed. Mondelez v Zurich was settled out of court in 2024, but the message to the market was clear.

# lmm-5564-cyber-war-exclusion.yaml - Lloyd's Market Association template summary
exclusion_name: 'Cyber Operation in the Course of War or Cyber Operation'
clause_id: 'LMA5564'
effective_date: '2023-03-31'
applies_to:
  - standalone_cyber_policy
  - cyber_endorsement_to_property
core_definitions:
  cyber_operation: |
    The use of a Computer System by, at the direction of, or under the control
    of a State to disrupt, deny, degrade, manipulate or destroy information
    in a Computer System of or in another State.
  war: |
    Use of physical force by a State against another State, whether or not
    war has been declared.
trigger_attribution:
  - government_attribution_in_affected_state_takes_precedence
  - reasonable_inference_from_objective_evidence
  - lloyds_specific_attribution_service_acceptable
carve_backs:
  - bystander_cyber_operations_below_material_threshold
  - non_state_actor_attacks_not_directed_by_state
material_impact_test:
  - significant_state_function_impairment
  - critical_national_infrastructure_compromise

The clause has two practical effects. First, attribution drives coverage, so official statements from government agencies (NCSC, CISA) become decisive evidence in disputes. Second, NotPetya, WannaCry, and Mondelez-type fact patterns would mostly be excluded under 2026 wordings. Insurers used this exclusion as a lever to stabilize pricing.

Chubb Cyber Enterprise Risk Management: The Number-One Carrier

Chubb leads global cyber insurance with about 13 percent market share in 2026. Its flagship is Cyber Enterprise Risk Management (Cyber ERM), with DigiTech ERM aimed at small business. Differentiators include (1) an in-house incident response panel built before Google Cloud acquired Mandiant, (2) Risk Engineering Services that perform a free security assessment before binding, and (3) Reputational Harm Loss coverage that captures brand impairment. The weakness is pricing 15-20 percent above market average. During the 2024 Change Healthcare event, Chubb processed UnitedHealth Group's cyber claim faster than peers and recovered market trust.

# Chubb Cyber ERM 2026 standard coverage structure (US baseline)
Coverage Module                    Default Limit       Sub-limit Caveats
---------------------------------  ------------------  ----------------------------
1st-party Data Recovery            Full Policy Limit   Hardware bricking excluded
Business Interruption (income)     Full Policy Limit   72hr waiting period
Contingent BI (vendor outage)      $5M sublimit        Named vendors only
Cyber Extortion / Ransomware       80% of Policy       OFAC compliance required
Reputational Harm Loss             $2M sublimit        12mo measurement window
Bricking (hardware replacement)    $1M sublimit        Diagnostic report required
Funds Transfer Fraud (BEC)         $250K sublimit      Voice verification waiver
3rd-party Privacy Liability        Full Policy Limit   GDPR fines via insurable jx
3rd-party Network Security         Full Policy Limit   War exclusion LMA5564
Regulatory Defense & Penalties     $1M sublimit        Where insurable by law
PCI-DSS Assessments / Fines        Full Policy Limit   Compromise must trigger
Media Liability                    $1M sublimit        Owned media only

AIG CyberEdge: Global Distribution and PROACTIVE Services

AIG's CyberEdge dates back to 1999 and is one of the founding products of the cyber market. With roughly 8 percent global share in 2026 it sits second to Chubb and excels at coordinating multinational master policies. CyberEdge provides (1) the eRiskHub portal with IR playbooks, policy templates, and training content, (2) PROACTIVE services including dark web monitoring and phishing simulations at no charge, and (3) Cyber-One as a single integrated first/third-party policy. The downside is a large-account focus that makes its SME pricing less competitive than newer MGAs. In 2024 AIG carved out part of its cyber book through a joint venture between Stone Point Capital and Cinven via Talbot Underwriting, which the market read as a measured de-risking move.

Beazley Cyber: Inventor of Modern Breach Response

Beazley is a Lloyd's-syndicate-origin cyber specialist and holds about 10 percent of the US SME-mid market in 2026. The decisive differentiator is Beazley Breach Response (BBR), launched in 2009. BBR (1) staffs the incident with a Beazley breach manager, (2) auto-engages pre-negotiated IR partners (Mandiant, CrowdStrike, Coveware), (3) pays notification costs outside the aggregate limit, and (4) runs on a playbook backed by data from 7,000-plus real incidents. From 2023 to 2025 Beazley's cyber loss ratio was about 55-65 percent, below market average, which lets them stay price-competitive.

# beazley_bbr_response_workflow.py - BBR incident response pseudocode
from datetime import datetime, timedelta

class BBRIncidentResponse:
    """Beazley Breach Response standard playbook (2026 v7)."""

    SLA_FIRST_CONTACT_HOURS = 1
    SLA_IR_VENDOR_ONSITE_HOURS = 4
    SLA_COUNSEL_ENGAGEMENT_HOURS = 2

    def __init__(self, policy):
        self.policy = policy
        self.timeline = []
        self.vendor_panel = {
            'forensics': ['Mandiant', 'CrowdStrike', 'Kroll'],
            'counsel': ['Mullen Coughlin', 'BakerHostetler', 'Lewis Brisbois'],
            'pr': ['Edelman', 'Sard Verbinnen'],
            'ransomware_negotiator': ['Coveware', 'GroupSense'],
        }

    def notify(self, incident_type, detected_at):
        self.timeline.append(('insured_notice', datetime.utcnow()))
        # SLA: assign Beazley breach manager within 1 hour
        bm = self.assign_breach_manager(incident_type)
        # SLA: engage external counsel within 2 hours
        counsel = self.engage_counsel(incident_type)
        # SLA: forensic vendor onsite within 4 hours
        forensics = self.dispatch_forensics(incident_type)
        return {
            'breach_manager': bm,
            'counsel': counsel,
            'forensics': forensics,
            'sla_clock_started_at': detected_at,
            'first_response_deadline': detected_at + timedelta(hours=1),
        }

    def assign_breach_manager(self, incident_type):
        # Dedicated BM per incident type - ransomware/BEC/data exfil/insider
        return f'BM_{incident_type}_{hash(incident_type) % 50}'

Coalition: The Active Insurance Paradigm

Coalition was founded in 2017 in San Francisco by Joshua Motta (formerly CIA and Goldman) and John Hering (formerly Lookout). After its 2024 Series F at a USD 3.5 billion valuation, in 2026 Coalition leads US SME cyber insurance with roughly 11 percent share through a single channel. Its core is the Active Insurance paradigm. Coalition monitors each insured's external attack surface around the clock and, when it finds known vulnerabilities or exposed assets, (1) alerts the insured for free, (2) lets its Coalition Incident Response team recommend remote remediation, and (3) provides free zero-day assessments before and after binding. Capacity is limited, so large enterprise programs that need very high limits remain difficult.

# coalition_rating_engine.py - Active Insurance rating pseudocode
# Reconstructed from Coalition Risk Platform 2026

def coalition_premium_quote(applicant):
    """
    Coalition's active rating is not a static questionnaire.
    Real-time external scan results feed directly into the price.
    """
    base_rate = applicant.revenue * 0.0008  # 0.08% of revenue
    multiplier = 1.0

    scan = run_external_scan(applicant.domains, applicant.ip_ranges)

    # 1. Email security (DMARC + SPF + DKIM)
    if not scan.dmarc_quarantine_or_reject:
        multiplier *= 1.35
    if scan.spf_softfail_only:
        multiplier *= 1.10

    # 2. MFA - Coalition checks RDP/VPN/admin MFA separately
    if scan.exposed_rdp_without_mfa:
        multiplier *= 1.75  # near-decline level
    if not scan.mfa_on_o365_admin:
        multiplier *= 1.40

    # 3. EDR - CrowdStrike/SentinelOne/MS Defender for Endpoint
    if applicant.attested_edr in {'crowdstrike', 'sentinelone', 'mde-p2'}:
        multiplier *= 0.85

    # 4. Backup - offsite plus immutable
    if applicant.backup_immutable and applicant.backup_offsite:
        multiplier *= 0.90

    # 5. CVE exposure - matches against CISA KEV
    kev_hits = scan.cve_matches_against_cisa_kev()
    multiplier *= (1.0 + min(kev_hits * 0.05, 0.50))

    # 6. Industry loads - healthcare/finance carry higher base
    industry_loads = {'healthcare': 1.20, 'finance': 1.15, 'manufacturing': 1.05}
    multiplier *= industry_loads.get(applicant.industry, 1.0)

    return round(base_rate * multiplier, 2)

Resilience Cyber: Cyber Risk Quantification First

Resilience was founded in 2016 and reached a USD 1.6 billion valuation in its 2022 Series D. The differentiator is integrating cyber risk quantification (CRQ) with insurance. Resilience runs a FAIR (Factor Analysis of Information Risk) model for the insured and shows on a dashboard how each new control changes both premium and annualized loss expectancy. In 2024 Resilience acquired Lloyd's syndicate 4747 to secure paper. The weakness is slower penetration into the enterprise segment.

AXA XL Cyber: European Powerhouse Going Global

AXA XL was formed in 2018 when AXA acquired XL Catlin and operates as a specialty carrier. In 2026 it leads European cyber insurance with about 14 percent share and has the strongest panel for GDPR-related counsel. Its panel of EU data-protection-authority lawyers (CNIL, BfDI, ICO) is the deepest. The complication is that in September 2022 AXA voluntarily paused ransomware payment coverage in France and later resumed it, which left a faint mark on trust. In 2024 AXA XL launched a free NIS2 gap analysis for enterprise clients ahead of the EU NIS2 directive going live.

Hiscox Cyber: SME Specialist with Fast Quotes

Hiscox is a Lloyd's-rooted specialty insurer founded in 1901. In 2026 it holds about 6 percent of global SME cyber. Hiscox CyberClear features (1) a five-minute online quote, (2) a focus on companies with revenue under USD 100 million, and (3) Lloyd's syndicate 33 as paper. It is weaker on large accounts and after Mondelez became more cautious on aggregate limits.

Tokio Marine HCC: Japan-Owned, US-Operated Hybrid

Tokio Marine HCC was created in 2015 when Japan's Tokio Marine acquired Houston-based HCC for USD 7.5 billion. In 2026 its cyber team operates out of the US, London, and Tokyo and specializes in cross-border cyber coverage for Japanese firms expanding to the US. Bilingual Japanese/English risk engineering materials from the parent are a clear differentiator.

Korea Cyber Insurance 1: Samsung Fire Cyber Solution Plus

Samsung Fire launched its cyber package in 2017 and leads the Korean cyber market with about 28 percent share in 2026. Cyber Solution Plus offers (1) personal information breach liability, (2) incident response cost (KISA-recommended IR panel), (3) business interruption, (4) cyber crime, and (5) reputational harm as modules. The 2023 LG U+ breach (around 300,000 records) ignited rapid growth in the Korean cyber market, and the 2022 Kakao outage spotlighted SaaS dependency. Unlike the US, ransomware payment is effectively impossible in Korea because of the Foreign Exchange Transactions Act and the Financial Transactions Reports Act, and Samsung Fire's wording explicitly excludes "payments to assets designated by North Korea or terror groups."

# samsung-fire-cyber-solution-plus-2026.yaml - policy summary
insurer: Samsung Fire and Marine Insurance
product: Cyber Solution Plus
limits_KRW:
  policy_aggregate_max: 5_000_000_000
  privacy_liability: full_policy_limit
  ir_breach_response_cost: 500_000_000
  business_interruption: 2_000_000_000
  ransomware_negotiation_cost: 200_000_000
  ransom_payment: not_covered   # conflicts with FX Act and FATA
  pr_reputational_harm: 100_000_000
key_exclusions:
  - state_backed_cyber: LMA5564_equivalent
  - willful_pipa_violation_fines
  - unlicensed_virtual_asset_transactions
  - payments_to_OFAC_or_UN_sanctioned_targets
binding_requirements:
  - ISMS_or_ISMS_P_certification
  - vulnerability_assessment_twice_a_year
  - backup_3_2_1_strategy
included_services:
  - KISA_incident_reporting_support
  - ir_response_team_panel: ['Igloo Security', 'SK Shieldus', 'AhnLab']

Korea Cyber Insurance 2: Hyundai Marine Cyber Comprehensive

Hyundai Marine holds about 22 percent of the Korean cyber market, in second place. Strengths include (1) industry-specific wordings for hospitals, education, and public sector, (2) explicit definitions of PIPA fine exclusions, and (3) cloud incident coverage with contingent BI for AWS, GCP, and Azure outages. The 2024 PIPA amendment raised fines to 3 percent of revenue, and Hyundai Marine's wording states that "administrative penalties whose insurance coverage is prohibited by law are excluded." The penalty itself is therefore restricted, but response costs and civil damages remain covered.

Korea Cyber Insurance 3: KB Insurance Cyber Comprehensive

KB Insurance holds about 15 percent of the Korean cyber market in third place. Differentiators are (1) financial-sector-specific wordings (electronic financial accidents covered jointly), (2) a dedicated virtual asset service provider (VASP) module, and (3) elevated cyber crime limits for fintechs like KakaoBank and Toss. In 2024, in line with the Virtual Asset Service Provider Act, KB launched a module providing up to KRW 20 billion in cyber crime limits for exchanges and custodians.

Japan Cyber Insurance 1: Tokio Marine Nichido Cyber Risk Insurance

Tokio Marine Nichido (Tokyo Marine Insurance) leads the Japanese cyber market with about 33 percent share in 2026. Japan historically lagged the US and Europe in cyber insurance penetration, but the 2024 NISC (Cabinet Cybersecurity Center) guideline update and the amended Personal Information Protection Act triggered fast growth. Tokio Marine Nichido's cyber policy offers (1) a Japanese-language 24/7 incident desk, (2) a JPCERT/CC-aligned panel of breach responders, (3) coverage for filings to the PPC (Personal Information Protection Commission), and (4) advisory on the administrative document management guideline.

Japan Cyber Insurance 2: Sompo Japan Cyber Insurance

Sompo Japan holds about 26 percent of the Japanese cyber market in second place. Strengths include (1) incident pattern data from SOMPO Holdings' Palantir-powered analytics, (2) packaged offerings tailored for small and medium-sized enterprises, and (3) cyber business continuity planning advisory. In 2024 Sompo Japan expanded contingent BI coverage in response to the Toyota Group supply chain incident.

Underwriting Built on NIST CSF and MITRE ATT&CK

In 2026 cyber underwriting is shifting from self-reported questionnaires to evidence-backed framework adherence. The two standards are NIST CSF 2.0 (revised February 2024, now including the Govern function) and MITRE ATT&CK Enterprise v15. Coalition and Resilience require a NIST CSF self-assessment at quote time, and Marsh's Cyber Risk Index also scores against the CSF 5+1 functions.

# nist-csf-2-self-assessment-template.yaml
# NIST CSF 2.0 (Feb 2024) - Govern function added
# Pre-bind self-assessment template
organization: ACME Corp
assessment_date: 2026-05-25
csf_version: '2.0'

govern:
  GV.OC: 'Tier 3'   # Organizational Context
  GV.RM: 'Tier 3'   # Risk Management Strategy
  GV.RR: 'Tier 2'   # Roles, Responsibilities, Authorities
  GV.PO: 'Tier 3'   # Policy
  GV.OV: 'Tier 2'   # Oversight
  GV.SC: 'Tier 2'   # Supply Chain Risk Management
identify:
  ID.AM: 'Tier 3'   # Asset Management
  ID.RA: 'Tier 2'   # Risk Assessment
  ID.IM: 'Tier 2'   # Improvement
protect:
  PR.AA: 'Tier 4'   # Identity Management, Authentication
  PR.AT: 'Tier 3'   # Awareness and Training
  PR.DS: 'Tier 3'   # Data Security
  PR.PS: 'Tier 3'   # Platform Security
  PR.IR: 'Tier 3'   # Technology Infrastructure Resilience
detect:
  DE.CM: 'Tier 3'   # Continuous Monitoring
  DE.AE: 'Tier 3'   # Adverse Event Analysis
respond:
  RS.MA: 'Tier 3'   # Incident Management
  RS.AN: 'Tier 3'   # Incident Analysis
  RS.CO: 'Tier 3'   # Incident Response Reporting and Communication
  RS.MI: 'Tier 2'   # Incident Mitigation
recover:
  RC.RP: 'Tier 3'   # Incident Recovery Plan Execution
  RC.CO: 'Tier 2'   # Incident Recovery Communication
overall_target_profile: 'Tier 3 across all functions by 2027-Q1'

MITRE ATT&CK based risk scoring works as follows. The carrier evaluates the insured environment's exposure to specific attack techniques and overlays the techniques most often used by current ransomware actors.

# mitre_attack_risk_scoring.py - carrier-side scoring pseudocode

ATTACK_TECHNIQUES = {
    'T1566': {'name': 'Phishing', 'tactic': 'Initial Access', 'freq': 0.95},
    'T1078': {'name': 'Valid Accounts', 'tactic': 'Initial Access', 'freq': 0.78},
    'T1190': {'name': 'Exploit Public-Facing App', 'tactic': 'Initial Access', 'freq': 0.62},
    'T1486': {'name': 'Data Encrypted for Impact', 'tactic': 'Impact', 'freq': 0.71},
    'T1567': {'name': 'Exfiltration to Cloud Storage', 'tactic': 'Exfiltration', 'freq': 0.55},
    'T1110': {'name': 'Brute Force', 'tactic': 'Credential Access', 'freq': 0.48},
}

DEFENSIVE_CONTROLS = {
    'T1566': ['email_dmarc', 'awareness_training', 'sandbox', 'safe_links'],
    'T1078': ['mfa_admin', 'mfa_remote', 'privileged_session_recording'],
    'T1190': ['waf', 'rasp', 'public_asset_scan', 'patch_sla_critical_7d'],
    'T1486': ['immutable_backup', 'edr_ransomware_canary', 'segmentation'],
    'T1567': ['dlp_egress', 'cloud_proxy', 'data_classification'],
    'T1110': ['account_lockout', 'mfa_remote', 'password_spraying_detection'],
}

def compute_attack_risk_score(applicant_controls):
    score = 0.0
    for tid, meta in ATTACK_TECHNIQUES.items():
        needed = set(DEFENSIVE_CONTROLS[tid])
        covered = needed & set(applicant_controls)
        coverage = len(covered) / len(needed) if needed else 0.0
        residual = meta['freq'] * (1 - coverage)
        score += residual
    # Normalize - lower is better (0 best, 6 worst)
    return round(score, 3)

Ransomware Coverage: Pay or No Pay

The 2026 ransomware market hinges on whether a carrier covers ransom payment itself. AXA voluntarily paused coverage in France in 2022 and later resumed; the New York Department of Financial Services made OFAC compliance mandatory for all insurers in 2024. In Korea the FX Act and FATA make ransom payment effectively impossible; in Japan NISC guidance discourages payment. The global trend is "cover payment but exclude OFAC-sanctioned targets, and richly cover negotiation, recovery, and notification."

# Global carrier ransomware payment matrix (2026)
Insurer              Ransom Payment   OFAC Check  Negotiator Panel   IR Cost   Notes
-------------------  ---------------  ----------  -----------------  --------  --------------------------
Chubb                Up to 80%        Mandatory   Mandiant, Coveware Sublim    OFAC waiver pre-auth
AIG CyberEdge        Up to 75%        Mandatory   Kroll, GroupSense  Sublim    Cyber-One single policy
Beazley BBR          Up to 100%       Mandatory   Coveware, Arete    Outside   24/7 BM assigned
Coalition            Up to 100%       Mandatory   Coalition CIR      Outside   Active monitoring
Resilience           Up to 100%       Mandatory   Arete, Kivu        Outside   FAIR-based pricing
AXA XL               Up to 80%        Mandatory   Mandiant, Kroll    Sublim    NIS2 advisory included
Hiscox               Up to 70%        Mandatory   Coveware           Sublim    SME focus
Tokio Marine HCC     Up to 80%        Mandatory   Kroll, S-RM        Sublim    JP/US dual desk
Samsung Fire         Not covered      N/A         Igloo/AhnLab       Inside    FATA conflict
Hyundai Marine       Not covered      N/A         SK Shieldus        Inside    FX Act conflict
KB Insurance         Not covered      N/A         Igloo/AhnLab       Inside    VASP module separate
Tokio Marine Nichido Not covered      N/A         JPCERT/CC aligned  Inside    Follows NISC guidance
Sompo Japan          Not covered      N/A         SOMPO panel        Inside    SME-focused

BIPA, GDPR, PIPA Regulatory Fine Coverage Gaps

Regulatory fines are the most ambiguous area in cyber insurance. The Illinois Biometric Information Privacy Act (BIPA) carries statutory damages of USD 1,000-5,000 per violation. In 2022 the Illinois Supreme Court in White Castle Inc v Cothron held that each fingerprint scan is a separate violation, resulting in claims as large as USD 17 billion against one defendant. Because BIPA damages are statutory some wordings cover them, but willful violations are excluded. GDPR fines reach up to 4 percent of revenue, and Luxembourg, Ireland, and Germany have made insuring GDPR fines outright illegal. In Korea PIPA fines are largely uninsurable by law. These are first questions to ask any cyber insurer.

Pre-Bind Checklist: The 2026 Baseline

The 2026 minimum control baseline for underwriting is: First, MFA, with phishing-resistant MFA (WebAuthn/FIDO2 preferred) on admins, RDP, VPN, and O365/Google Workspace. Second, EDR at the level of CrowdStrike Falcon, SentinelOne Singularity, or Microsoft Defender for Endpoint P2 or higher. Third, backups that follow 3-2-1 plus immutable, with monthly restore drills evidenced. Fourth, privileged access management (CyberArk, Delinea, BeyondTrust). Fifth, patching with a 72-hour SLA on CISA KEV matches. Sixth, security awareness training with phishing simulation click rate below 5 percent annually. Seventh, an IR plan exercised in at least one annual tabletop. Missing any of these typically leads to declination or premium loads of 50 percent or more.

Active Monitoring as the Differentiator

In 2026 a cyber policy is no longer a post-loss reimbursement instrument but an active risk reduction platform. Coalition Control, the Resilience platform, and BitSight/SecurityScorecard partner carriers provide 24/7 attack surface scans, dark web credential monitoring, domain and subdomain takeover detection, and KEV/CVE alerts at no extra cost. Some wordings cut sub-limits in half if the insured fails to act on these alerts within 24 hours.

Claim Process Timeline in Practice

The standard cyber claim timeline runs as follows. T+0 hour: detection and internal decision. T+1 hour: notice to the carrier 24/7 hotline (SLA: respond within 1 hour). T+2 hours: external counsel engaged to establish privilege. T+4 hours: forensic vendor on site or remote. T+24 hours: initial attribution and scoping. T+72 hours: regulator notification decision (GDPR 72-hour SLA). T+30 days: BI measurement begins. T+60 days: first invoices submitted. T+90 days: carrier first cover decision. T+180 days: final quantum negotiated. Response costs are typically outside the limit; first-party loss including BI sits within the limit.

Evaluating Carriers: Loss Ratio and Cyber Capital

When choosing a carrier two metrics matter most: cyber-specific loss ratio and sub-line capital. In 2024 the global cyber loss ratio averaged about 43 percent, far healthier than the 80-percent levels of 2021. By insurer in 2024: Chubb about 41 percent, Beazley about 58 percent, Travelers about 47 percent, AXA XL about 51 percent, Coalition about 62 percent (typical for an MGA), Resilience about 56 percent. Lower is not always better; very low loss ratios may signal restrictive wording that suppresses claim payouts. Pair this with Marsh, Aon, and Lockton broker data on actual paid claims.

Conclusion: A 2026 Selection Guide

By size and industry, sensible defaults are: (1) global enterprise: a Chubb plus AIG or AXA XL stack, (2) US SME: Coalition or Resilience where active service is decisive, (3) European mid-market: AXA XL or Beazley for GDPR and NIS2 advisory, (4) Korean enterprise: Samsung Fire or Hyundai Marine with KISA panels, (5) Japanese enterprise: Tokio Marine Nichido or Sompo Japan with NISC compliance. In every case examine (a) the Lloyd's LMA5564 war exclusion wording, (b) ransom payment coverage, (c) regulatory fine treatment, (d) BI waiting period, and (e) the sub-limit map. In 2026 cyber insurance is no longer an IT department decision; it is capital allocation jointly owned by the CFO, CRO, CISO, and Legal.

References