What is the 3GP file format?
A .3gp file is a multimedia container developed by 3GPP (Third Generation Partnership Project). .3gp files store audio and video data designed for mobile devices, originally those supporting 3G technology.
The .3gp format can be seen as a simplified, mobile-optimized version of the MP4 format, most popular on PCs and laptops. It was created for streaming and sharing audio and video on mobile devices, so .3gp files are kept small to reduce bandwidth requirements. The format became the standard for sending multimedia over MMS and MBMS technology.
Technically, .3gp is built on the ISO Base Media File Format (ISO-BMFF) - the same box/atom container structure underlying .mp4 - with tighter codec constraints tuned for low-bitrate mobile networks. Video streams are encoded as MPEG-4 Part 2, H.263, or MPEG-4 Part 10 (AVC / H.264), and audio streams as AMR-NB, AMR-WB, AAC-LC, HE-AAC v1, or HE-AAC v2 (Enhanced aacPlus). The file begins with an ftyp box at byte offset 4 declaring a brand such as 3gp4, 3gp5, or 3gp6, which indicates the permitted codec profile.
Mobile devices beyond 3G - including 2G and 4G handsets - can open .3gp files, though playback support varies on newer platforms. On modern smartphones, recordings are typically saved as .mp4 instead.
It is not unusual for .3gp files to be stored with the .3gpp extension; apart from the different suffix, the files are virtually identical. The closely related .3G2 format serves the CDMA/cdma2000 branch and differs mainly in its supported audio codecs.
Security & safety
RISK: LOW3GP is a media container, not executable code, so a genuine 3GP file is safe to play. Two cautions: a file named "clip.3gp.exe" from an untrusted source could be malware in disguise - check the real extension; and keep your player (VLC/system codecs) updated, since crafted media files have occasionally exploited player bugs. Avoid sketchy "3GP player/converter" downloads that bundle adware - VLC plays 3GP natively and free.
Format details
in a nutshellPrograms that open 3GP files
Technical details
deep spec| Container format | ISO Base Media File Format (ISO/IEC 14496-12), structured as a box/atom tree |
| File-type brand | `ftyp` box at byte offset 4; major brand `3gp4`, `3gp5`, or `3gp6` identifies the 3GPP release profile |
| MIME type | `video/3gpp`; audio-only variant uses `audio/3gpp` |
| Video codecs | MPEG-4 Part 2, H.263 (Baseline Profile), H.264/AVC (MPEG-4 Part 10) |
| Audio codecs | AMR-NB, AMR-WB, AAC-LC, HE-AAC v1, HE-AAC v2 (Enhanced aacPlus) |
| Byte order | Big-endian |
| Color encoding | 4:2:0 YCbCr, 8 bits per channel |
| Typical resolution | 176×144 (QCIF) to 352×288 (CIF); later handsets up to 640×480 |
| Audio sample rate | 8 kHz (AMR-NB), 16 kHz (AMR-WB), up to 48 kHz (AAC profiles) |
| Typical file size | 100 KB - 50 MB for short low-resolution mobile clips |
| Encryption | No built-in encryption; OMA DRM optionally applied by mobile operators |
| Magic bytes (ASCII) | `ftyp` at offset 4, followed by a 3gp brand string (e.g., `3gp5`) |
| 3GPP vs 3GPP2 | `.3gp` is the GSM/UMTS branch; `.3g2` (3GPP2) is the CDMA/cdma2000 counterpart with QCELP/EVRC audio |
| Superseded by | `.mp4` (H.264/HEVC) for new recordings on modern smartphones; 3GP remains for legacy playback |
| Released | 2001 (3GPP Release 4, alongside early 3G/UMTS handsets) |
| Latest version | 3GPP TS 26.244 (ongoing maintenance under 3GPP releases) |
| Open standard | Yes · royalty-free |
| Specification | www.3gpp.org |