Model comparison · YOLOv8 vs YOLOv5 (v5u)
YOLOv8 vs YOLOv5 (v5u)
A size-tier-by-size-tier comparison of Ultralytics YOLOv8 and Ultralytics YOLOv5 (v5u): published COCO accuracy, parameter counts, licensing and which one to reach for. Every figure is the model authors' own, linked to its source.
mAP comparison
YOLOv8
- Nano 37.3
- Small 44.9
- Medium 50.2
- Large 52.9
- Extra large 53.9
YOLOv5 (v5u)
- Nano 34.3
- Small 43.0
- Medium 49.0
- Large 52.2
- Extra large 53.2
Accuracy and size, tier by tier
Each row pairs the equivalent rung of both size ladders, so the numbers sit side by side at comparable capacity. Every figure is the model authors’ own.
- COCO mAP50-95 @ 640px
- mAP: higher is better
- Params (M): lower is better
| Tier | YOLOv8 | YOLOv5 (v5u) | Δ mAP | ||||
|---|---|---|---|---|---|---|---|
| Model | mAP | Params | Model | mAP | Params | ||
| Nano | YOLOv8n | 37.3 | 3.2M | YOLOv5nu | 34.3 | 2.6M | +3.0 |
| Small | YOLOv8s | 44.9 | 11.2M | YOLOv5su | 43.0 | 9.1M | +1.9 |
| Medium | YOLOv8m | 50.2 | 25.9M | YOLOv5mu | 49.0 | 25.1M | +1.2 |
| Large | YOLOv8l | 52.9 | 43.7M | YOLOv5lu | 52.2 | 53.2M | +0.7 |
| Extra large | YOLOv8x | 53.9 | 68.2M | YOLOv5xu | 53.2 | 97.2M | +0.7 |
Δ mAP is YOLOv8 minus YOLOv5 (v5u): positive means YOLOv8 is ahead at that tier. Sources: YOLOv8 docs · YOLOv5 (v5u) docs
Additional information
YOLOv8 posts the higher published COCO mAP at all 5 matched size tiers, averaging 1.50 mAP ahead of YOLOv5 (v5u). The gap is widest at the nano tier, where YOLOv8 leads by 3.0 mAP. At the top of each range, YOLOv8 reaches 53.9 mAP against 53.2.
30% fewer parameters, same accuracy. YOLOv8x reaches 53.9 mAP from 68.2M parameters, matching or beating YOLOv5xu at 53.2 mAP from 97.2M.
Parameter count is not latency. It is a good proxy for download size and memory, but throughput depends on your hardware, batch size and export format, so measure on your own target.
YOLOv8
The workhorse that made anchor-free multi-task YOLO mainstream.
- Released
- 2023 · Ultralytics
- License
- AGPL-3.0
- Framework
- Ultralytics (PyTorch)
- Tasks
- Detect, Segment, Classify, Pose, OBB
The anchor-free model that made multi-task YOLO mainstream: one architecture for detection, segmentation, pose, classification and OBB, with the largest ecosystem.
Download YOLOv8 weights →YOLOv5 (v5u)
The classic that made YOLO easy to ship, retrained anchor-free.
- Released
- 2020 · Ultralytics
- License
- AGPL-3.0
- Framework
- Ultralytics (PyTorch)
- Tasks
- Detect, Segment, Classify
The anchor-free v5u retrain of the classic PyTorch YOLO, keeping its easy training and export while adopting the newer YOLOv8 detection head for better accuracy.
Download YOLOv5 (v5u) weights →YOLOv8 and YOLOv5 (v5u) against the whole lineage
YOLOv8 and YOLOv5 (v5u) against every other detector here, on one shared scale. The rest are dimmed; hover any row to bring it back.
| Model | Released | mAP range | Params range | Licence |
|---|---|---|---|---|
| YOLO26 | 2026 | 40.9 to 57.5 | 2.4M to 55.7M | AGPL-3.0 |
| YOLO12 | 2025 | 40.6 to 55.2 | 2.6M to 59.1M | AGPL-3.0 |
| YOLO11 | 2024 | 39.5 to 54.7 | 2.6M to 56.9M | AGPL-3.0 |
| YOLOv10 | 2024 | 38.5 to 54.4 | 2.3M to 29.5M | AGPL-3.0 |
| YOLOv9 | 2024 | 38.3 to 55.6 | 2.0M to 58.1M | GPL-3.0 |
| YOLOv8 | 2023 | 37.3 to 53.9 | 3.2M to 68.2M | AGPL-3.0 |
| YOLOv5 (v5u) | 2020 | 34.3 to 53.2 | 2.6M to 97.2M | AGPL-3.0 |
Every matchup
Looking for the weights themselves? Download any of these checkpoints from the model-weights hub, or see how the trackers behind them compare in the YOLO tracker benchmarks.