An NBA quarter is 12 minutes of game clock time.

Quick Scoop: NBA Quarter Length

  • Each NBA game has 4 quarters.
  • Every quarter is 12 minutes long on the official game clock.
  • Total regulation playing time: 48 minutes (4 Γ— 12-minute quarters).
  • Halftime (between the 2nd and 3rd quarter) is about 15 minutes.

In real life, those 12-minute quarters usually stretch much longer because of timeouts, fouls, reviews, and commercials, so a full NBA game typically runs around 2 to 2.5 hours from tip-off to final buzzer.

How this compares to other basketball

  • WNBA: 10-minute quarters.
  • FIBA (international): 10-minute quarters.
  • Many youth or rec leagues: often use 8–10-minute quarters or running clock (varies by league).

Simple HTML table version

html

<table>
  <thead>
    <tr>
      <th>League</th>
      <th>Quarter length</th>
      <th>Regulation game time</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>NBA</td>
      <td>12 minutes per quarter</td>
      <td>48 minutes total</td>
    </tr>
    <tr>
      <td>WNBA</td>
      <td>10 minutes per quarter</td>
      <td>40 minutes total</td>
    </tr>
    <tr>
      <td>FIBA (international)</td>
      <td>10 minutes per quarter</td>
      <td>40 minutes total</td>
    </tr>
  </tbody>
</table>

So if you’re planning when to tune in: each NBA quarter is 12 game-clock minutes, but expect the full viewing experience to take about a couple of hours.

TL;DR: How long is an NBA quarter? 12 minutes of game time, four times per game.