lookup> .ogg

.OGG·File Extension

OGG AudioOpen container format, usually holding Vorbis audio.

Extension.ogg
File typeOGG Audio
MIME typeaudio/ogg
CategoryAudio
Charset
CompressibleNo
Format familyogg

What is a .ogg file?

A .ogg file is a OGG Audio — Open container format, usually holding Vorbis audio.

In the mime-db registry it maps to audio/ogg, and it is marked as non-compressible. When serving .ogg over HTTP, set the Content-Type header as shown in Developer info below.

Related entities: it maps to audio/ogg — and is delivered over HTTP via the Content-Type header.

  • Use VLC or Audacity to open and edit .ogg files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

Content-Type: audio/ogg

Common software that reads/writes .ogg:

VLCAudacity
.oggextension of
format
oggserved as
mime type
audio/oggsent via header
http header
  • Music and podcasts
  • Sound effects
  • Voice recordings
  • Open the file with VLC, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .ogg extension, or export this format from VLC.

What programs can open .ogg files?

Common options include VLC, Audacity. You can also open many of these files with built-in viewers or a browser.

How do I create a .ogg file?

Create a new file in any text editor or the app that owns the format and save it with the .ogg extension.

What is the relationship between .ogg and the audio/ogg MIME type?

audio/ogg is the media type identifier used for .ogg files during network transfer (for example in the HTTP Content-Type header).

Updated 2026-08-18

Related extensions

Related MIME types

Related headers

Related methods

Related status codes