{
  "id": "handball-misconceptions",
  "type": "faq",
  "name": "Common handball misconceptions",
  "summary": "Answers to the handball arguments fans actually have, each checked against the 2026/27 text of Law 12: ball-to-hand is not automatically a foul, the box changes nothing by itself, accidental handball only matters for scorers, shoulders are legal, and goalkeepers are only partly exempt.",
  "locale": "en",
  "tags": [
    "faq",
    "handball",
    "fouls",
    "laws-of-the-game"
  ],
  "relations": [
    {
      "rel": "answers_about",
      "target": "law-12-fouls-and-misconduct"
    },
    {
      "rel": "expanded_in",
      "target": "how-handball-actually-works"
    }
  ],
  "questions": [
    "Is every handball in the box a penalty?",
    "Is ball-to-hand a foul?",
    "Is accidental handball an offence?",
    "Does the shoulder count as handball?",
    "Can a goalkeeper be penalised for handball?"
  ],
  "claims": [
    {
      "id": "c1",
      "text": "Ball-to-hand contact is an offence only if the touch was deliberate, or the hand or arm had made the body unnaturally bigger, or the toucher scores directly or immediately afterwards; other contact is not an offence.",
      "sources": [
        "ifab-law-12-2026-27"
      ],
      "confidence": 0.94
    },
    {
      "id": "c2",
      "text": "Being inside the penalty area does not change the handball criteria; it only changes the restart (penalty kick instead of direct free kick) when an offence by the defending team occurs there.",
      "sources": [
        "ifab-law-12-2026-27",
        "ifab-law-14-2026-27"
      ],
      "confidence": 0.94
    },
    {
      "id": "c3",
      "text": "Accidental handball is an offence only when the player who touched the ball scores directly or immediately afterwards.",
      "sources": [
        "ifab-law-12-2026-27"
      ],
      "confidence": 0.93
    },
    {
      "id": "c4",
      "text": "The upper boundary of the arm is in line with the bottom of the armpit; contact above it (the shoulder) is not handball.",
      "sources": [
        "ifab-law-12-2026-27"
      ],
      "confidence": 0.95
    },
    {
      "id": "c5",
      "text": "Goalkeepers commit handball like any other player outside their own penalty area, and handling a deliberate back-pass or throw-in from a team-mate inside the area is an indirect free kick offence.",
      "sources": [
        "ifab-law-12-2026-27"
      ],
      "confidence": 0.94
    }
  ],
  "takeaways": [],
  "faqs": [
    {
      "q": "Is every handball in the box a penalty?",
      "claim": "c2"
    },
    {
      "q": "Is ball-to-hand a foul?",
      "claim": "c1"
    },
    {
      "q": "Is accidental handball an offence?",
      "claim": "c3"
    },
    {
      "q": "Does the shoulder count as handball?",
      "claim": "c4"
    },
    {
      "q": "Can a goalkeeper be penalised for handball?",
      "claim": "c5"
    }
  ],
  "evidence_tier": "primary",
  "evidence": {
    "level": "industry_observation",
    "source_types": [
      "industry_observation"
    ]
  },
  "moat_flag": false,
  "winning_edge": "Each answer targets a specific folk belief and is bound to the 2026/27 Law 12 wording rather than to any of the three superseded handball texts still circulating.",
  "confidence": 0.94,
  "last_verified": "2026-08-08",
  "body": "# Common handball misconceptions\n\n**\"It touched his hand, so it's a foul.\"** No. The touch must be\ndeliberate, or the arm must have made the body unnaturally bigger, or the\ntoucher must score from it. Anything else is play on.\n\n**\"It was in the box, so it's a penalty.\"** The box changes the restart,\nnot the criteria. A touch that is not an offence outside the area is not\nan offence inside it either.\n\n**\"It was accidental, so it can't be an offence.\"** Usually true — except\nfor the scorer. A goal scored directly from the scorer's hand or arm, or\nimmediately after it touched them, is disallowed even when accidental.\n\n**\"Shoulder counts as handball.\"** No. The arm ends in line with the\nbottom of the armpit; above that is shoulder, and shoulder is legal.\n\n**\"The goalkeeper can't commit handball.\"** Only inside their own penalty\narea in open play. Outside the area the goalkeeper is an outfield player\nfor handball purposes, and handling a deliberate back-pass inside the\narea is an indirect free kick offence.",
  "canonical_url": "https://futbolatlas.app/k/handball-misconceptions",
  "api_url": "https://futbolatlas.app/api/k/handball-misconceptions.json",
  "jsonld": {
    "@context": "https://schema.org",
    "name": "Common handball misconceptions",
    "description": "Answers to the handball arguments fans actually have, each checked against the 2026/27 text of Law 12: ball-to-hand is not automatically a foul, the box changes nothing by itself, accidental handball only matters for scorers, shoulders are legal, and goalkeepers are only partly exempt.",
    "url": "https://futbolatlas.app/k/handball-misconceptions",
    "license": "https://spdx.org/licenses/CC-BY-4.0.html",
    "dateModified": "2026-08-08",
    "citation": [
      {
        "@type": "CreativeWork",
        "name": "Law 12 — Fouls and Misconduct (Laws of the Game 2026/27)",
        "url": "https://www.theifab.com/laws/latest/fouls-and-misconduct/"
      },
      {
        "@type": "CreativeWork",
        "name": "Law 14 — The Penalty Kick (Laws of the Game 2026/27)",
        "url": "https://www.theifab.com/laws/latest/the-penalty-kick/"
      }
    ],
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Is every handball in the box a penalty?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Being inside the penalty area does not change the handball criteria; it only changes the restart (penalty kick instead of direct free kick) when an offence by the defending team occurs there."
        }
      },
      {
        "@type": "Question",
        "name": "Is ball-to-hand a foul?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Ball-to-hand contact is an offence only if the touch was deliberate, or the hand or arm had made the body unnaturally bigger, or the toucher scores directly or immediately afterwards; other contact is not an offence."
        }
      },
      {
        "@type": "Question",
        "name": "Is accidental handball an offence?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Accidental handball is an offence only when the player who touched the ball scores directly or immediately afterwards."
        }
      },
      {
        "@type": "Question",
        "name": "Does the shoulder count as handball?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "The upper boundary of the arm is in line with the bottom of the armpit; contact above it (the shoulder) is not handball."
        }
      },
      {
        "@type": "Question",
        "name": "Can a goalkeeper be penalised for handball?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Goalkeepers commit handball like any other player outside their own penalty area, and handling a deliberate back-pass or throw-in from a team-mate inside the area is an indirect free kick offence."
        }
      }
    ]
  }
}
