In basketball, there are five main positions on the court: point guard, shooting guard, small forward, power forward, and center.

The 5 main positions

1. Point guard (PG or “1”)

  • Usually the primary ball-handler and playmaker.
  • Brings the ball up the court and starts the offense (calling plays, reading the defense).
  • Often one of the smaller, quicker players, with strong passing, dribbling, and leadership skills.

2. Shooting guard (SG or “2”)

  • Typically the team’s best perimeter shooter.
  • Scores from three-point range and mid‑range, but also helps handle the ball and create shots.
  • Defends opposing guards on the perimeter.

3. Small forward (SF or “3”)

  • Versatile wing player who can score inside and outside.
  • Often asked to drive to the basket, hit outside shots, rebound, and guard multiple positions.
  • Frequently matches up with one of the opponent’s best scorers.

4. Power forward (PF or “4”)

  • Plays closer to the basket, using strength and size.
  • Scores on post moves, put‑backs, and short jumpers, and is expected to rebound a lot.
  • Defends bigger players and helps protect the paint.

5. Center (C or “5”)

  • Usually the tallest player, stationed near the rim.
  • Protects the basket on defense (blocking or altering shots) and grabs rebounds.
  • On offense, scores on post‑ups, offensive rebounds, and lobs near the rim.

How they fit together

Most lineups use:

  • Two guards (point guard, shooting guard)
  • Two forwards (small forward, power forward)
  • One center

Coaches and announcers also use numbers as shorthand:

  • 1 = Point guard
  • 2 = Shooting guard
  • 3 = Small forward
  • 4 = Power forward
  • 5 = Center

Modern basketball is more “positionless,” so players often blend roles—for example, a tall forward who handles the ball like a guard or a center who shoots three‑pointers.

Quick HTML table of positions

html

<table>
  <thead>
    <tr>
      <th>Number</th>
      <th>Position</th>
      <th>Typical role</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>1</td>
      <td>Point Guard (PG)</td>
      <td>Primary ball-handler and playmaker; runs the offense, sets up teammates.[web:1][web:3][web:5][web:7]</td>
    </tr>
    <tr>
      <td>2</td>
      <td>Shooting Guard (SG)</td>
      <td>Perimeter scorer and shooter; helps handle the ball and defend guards.[web:1][web:3][web:5][web:9]</td>
    </tr>
    <tr>
      <td>3</td>
      <td>Small Forward (SF)</td>
      <td>Versatile wing; scores inside/outside, rebounds, and guards multiple positions.[web:3][web:5][web:7][web:9]</td>
    </tr>
    <tr>
      <td>4</td>
      <td>Power Forward (PF)</td>
      <td>Strong interior player; scores near the basket, rebounds, and defends bigger players.[web:3][web:5][web:9][web:10]</td>
    </tr>
    <tr>
      <td>5</td>
      <td>Center (C)</td>
      <td>Tallest player; protects the rim, rebounds, and finishes close to the basket.[web:1][web:3][web:5][web:7][web:9]</td>
    </tr>
  </tbody>
</table>

TL;DR: Five main positions—point guard, shooting guard, small forward, power forward, center—each with different responsibilities that together cover ball-handling, scoring, defense, and rebounding.