transcribtxt
Use case 7 min read2026-06-10

How to transcribe a Skype call recording (2026 guide)

Turn any Skype call into text — record it in Skype, then upload the recording to an AI tool for an accurate transcript with speaker labels.

Skype can record calls and offers live subtitles, but it does not give you a clean, downloadable transcript on its own. The reliable method is to record the call in Skype, download the .mp4 from the chat, and upload it to an AI transcription tool to get accurate text with speaker labels in 99 languages. Here is every step in 2026.

Step 1: Record the call in Skype

Skype has a built-in recorder for both audio and video calls. As of 2026:

  1. During the call, open the More options menu (the + or ... button in the call controls).
  2. Select Start recording. Everyone on the call sees a banner saying the call is being recorded.
  3. When you finish, stop the recording or simply end the call — Skype stops automatically.

Where the recording saves: Skype posts the finished recording into the conversation as a chat message and keeps it in the cloud for about 30 days. After that window it is deleted, so download it promptly.

To download the .mp4: open the chat, find the recording message, hover or tap to reveal More options, and choose Save to Downloads (or Save as). The file lands in your Downloads folder as an .mp4.

A note on subtitles: Skype's live subtitles show captions on screen during a call, but they are not the same as a saved transcript and are hard to export cleanly. For an accurate, downloadable transcript, use the recording instead.

Step 2: Upload the recording to TranscribTxt

This is the most flexible route and it works regardless of which Skype plan or account you use. TranscribTxt is built on ElevenLabs Scribe for accuracy-first transcription.

Step by step:

  1. Locate the .mp4 you downloaded from the Skype chat.
  2. Go to TranscribTxt and upload the file. The language is detected automatically across 99 languages — no need to set it manually.
  3. Wait while it processes. A one-hour call transcribes in roughly three to five minutes.
  4. Download the transcript as TXT, SRT, or JSON.

Speaker labels (who said what — useful for two-way calls and group conversations) are included on the Pro and Business tiers. Supported inputs include MP4, MOV, WebM, MP3, M4A, and WAV, so audio-only Skype recordings work just as well as video. Your file is deleted from TranscribTxt servers immediately after transcription.

Plans: Free gives 5 files per month with no card required. Pro is $12/mo for 1,200 minutes. Business is $29/mo for 6,000 minutes.

Step 3: Whisper (local, for sensitive calls)

For confidential Skype calls — legal intake, HR discussions, or NDA-bound client conversations — running Whisper locally keeps the audio on your own machine.

# Install
pip install openai-whisper

# Transcribe the downloaded Skype recording
whisper "skype-call.mp4" --language en --model medium --output_dir ./transcripts

Whisper outputs .txt, .srt, and .vtt files. On an M2 MacBook Pro the medium model handles a one-hour recording in about 6 to 8 minutes. Use large-v3 for non-English or technical audio. For speaker labels, pair Whisper with pyannote-audio — both run locally with nothing leaving the device. See speaker diarization explained for how that attribution works.

Comparing the methods

MethodCostLanguagesSpeaker labels
Skype live subtitlesFreeLimitedNo
TranscribTxtFree 5 files/mo99Yes (Pro & Business)
Whisper localFree, unlimited100+With pyannote

For most people the workflow is simply: record in Skype, download the .mp4, upload to TranscribTxt. Reach for Whisper only when the content cannot leave your device.

Getting more from your Skype transcript

  • Search across calls. Keep transcripts in a shared Notion or Google Drive folder so you can search text instead of replaying recordings.
  • Auto-generate notes. Paste the transcript into Claude with: "Summarize this call and list action items with owners."
  • Create subtitles. Export as .srt from TranscribTxt and attach captions to the recording before sharing it.
  • Multilingual calls. For non-English Skype conversations, the 99-language auto-detection in TranscribTxt is far more reliable than the built-in subtitle option.

A note on consent

Recording and transcribing a call carries legal obligations that vary by location. Some regions require every participant to consent before a call is recorded; others require only one party. Before you record, verify the rules that apply to you and the other people on the call, and let them know you are recording — Skype's recording banner helps, but it does not replace consent where the law requires it. This is general information, not legal advice.

Want to get started? Upload your first Skype recording free — 5 files a month, no card needed — and download clean text in minutes.

Calling on another platform? The same approach works for Microsoft Teams meetings, Zoom recordings, and Google Meet recordings.

Frequently Asked Questions

Does Skype transcribe calls?

Skype can record calls and, as of 2026, has offered live subtitles, but it does not reliably produce a clean, downloadable transcript of a recorded call. The dependable route is to record the call in Skype, download the .mp4, and upload it to a tool like TranscribTxt to get accurate text with speaker labels.

How do I transcribe a Skype call recording?

Record the call using Skype's built-in recorder, then download the .mp4 from the chat where it was saved. Upload that file to TranscribTxt, which detects the language automatically across 99 languages and returns text in TXT, SRT, or JSON. A one-hour call transcribes in roughly three to five minutes.

Where does Skype save call recordings?

When you record a Skype call, the recording is posted to the conversation as a message and stored in the cloud for about 30 days, as of 2026. Open the chat, find the recording, and use the More options menu to save or download it as an .mp4 to your device before that window closes.

Can I transcribe a Skype call in another language?

Yes. Download the Skype recording and upload it to TranscribTxt, which handles 99 languages with automatic detection — far broader than Skype's built-in subtitle languages. For sensitive multilingual calls you can run Whisper locally instead, keeping every file on your own machine.

Is it legal to record and transcribe a Skype call?

It depends on where you and the other participants are located. Some regions require all parties to consent before a call is recorded, others require only one. Verify the rules that apply to your call and tell participants you are recording. This is general information, not legal advice.