§PlainStatute

Privacy · Recording Consent

Is It Legal to Record a Call in Oklahoma?

Whether you can record a conversation in Oklahoma, whether everyone must consent, the exceptions, the criminal penalty, and the trap that catches interstate calls. Cited to the statute.

Confirmedagainst § 176.4(5)Reviewed by Cholilurrohman · July 2026
Is it legal to record a call? · Oklahoma
One-party consent
Audio recording
Oklahoma is a one-party consent state. 13 O.S. § 176.4(5) makes it lawful for a private person to record a wire, oral, or electronic communication when that person is a party or one party consented, unless the recording is made to commit a criminal act.
Consent neededOne-party consent
Statute§ 176.4(5)

The rules and exceptions in Oklahoma

Whose consent you need, when the rule does not apply, and the penalty for getting it wrong.

The rule in this stateWhat it means
Being a party is enoughSection 176.4(5) lets a person not acting under color of law intercept where that person is a party or a party gave prior consent. Your own participation counts.
Bad-purpose limit is criminal onlyThe one-party exception falls away only when the interception is "for the purpose of committing any criminal act." Oklahoma omits the federal "or tortious" language, so a merely tortious motive does not by itself void the defense.
In-person talk must be privateSection 176.2(12) defines "oral communication" as one uttered with a reasonable expectation of non-interception. No privacy screen applies to wire or electronic communications.
Phone, in person, and electronic coveredThe offense provisions read "wire, oral or electronic communication" throughout (§ 176.2). Soundless video is not covered by the Security of Communications Act.
When it is differentWhat it means
Carriers and FCC monitoringA switchboard operator or communication common carrier in the normal course is exempt, with no random monitoring except quality-control checks (§ 176.4(1)). FCC monitoring is also carved out (§ 176.4(3)).
Corrections monitoring with noticeThe Department of Corrections may monitor inmate communications where the inmate is given prior and conspicuous notice (§ 176.4(7)).
Law enforcement and court ordersA person acting under color of law who is a party or has a party’s consent is exempt (§ 176.4(4)), as are court orders under §§ 176.7 and 176.9.
Penalty
As amended effective January 1, 2026, illegal interception is a Class D1 felony (13 O.S. § 176.3), carrying a fine of not less than $5,000 and imprisonment of up to 5 years under 21 O.S. § 20N(B), with at least 20% served before release. Repeat offenders face longer terms. The act has no civil-damages section, so Oklahoma gives victims no statutory civil remedy.
Federal floor and cross-state calls
Federal law is a one-party rule, and so is Oklahoma. The act has no choice-of-law clause, so an Oklahoma recorder is protected under Oklahoma law only, and a call to an all-party state can still create exposure there. When in doubt on an interstate call, get everyone’s consent.

What you can do right now

Concrete, neutral steps before you record a conversation in Oklahoma. This is legal information, not legal advice.

  1. Confirm you are actually a party

    If you are on the call or in the conversation, § 176.4(5) covers you. Planting a bug also carries a separate equipment charge under § 176.3.

  2. Avoid a criminal purpose

    Oklahoma’s carve-out voids the one-party exception only for a criminal act, not a merely tortious one. Even so, do not record to further a crime.

  3. Do not assume a statutory damages claim exists

    The Security of Communications Act has no civil-remedy section. A victim who wants damages must rely on common-law claims, not the wiretap act.

  4. Talk to an Oklahoma attorney if you are accused

    The penalty became a Class D1 felony effective January 1, 2026, so any older description is out of date. A licensed Oklahoma attorney can advise, and the Attorney General handles statewide matters.

Find a lawyer in Oklahoma

Illegal recording can be a felony. If you have been recorded without consent, or are accused of it, this resource can connect you with a licensed attorney.

Oklahoma Attorney General

This is general legal information, not legal advice. The expectation of privacy, the purpose of a recording, and interstate calls can change the answer, so confirm your situation with a licensed attorney.

What people get wrong about recording in Oklahoma

Oklahoma is a one-party consent state. 13 O.S. § 176.4(5) lets a private person record a wire, oral, or electronic communication when that person is a party or one party consented, unless the recording is made to commit a criminal act. Two details set Oklahoma apart. First, its illegal-recording fine has a floor, not a ceiling. Section 176.3 requires a fine of "not less than Five Thousand Dollars ($5,000.00)," which is unusual, since most states cap the fine instead. Second, Oklahoma centralizes wiretap authority to an extraordinary degree, allowing only the Attorney General to apply for an interception order, with the application going to the Presiding Judge of the Court of Criminal Appeals rather than a local judge. Oklahoma’s purpose limit is also narrower than the federal one. The exception is voided only when the interception is for a criminal act, omitting the federal "or tortious" language, so a merely tortious motive does not by itself destroy the one-party defense. Note as well that the Security of Communications Act has no civil remedy, so a victim must look to common-law claims rather than a statutory damages provision. The biggest thing to watch is timing. Effective January 1, 2026, Oklahoma replaced its felony-grading system, and illegal recording is now a Class D1 felony under 21 O.S. § 20N, so any source describing the penalty in pre-2026 terms is out of date.

Common questions

Can I record my own conversation in Oklahoma?

Yes. Oklahoma is a one-party state, and § 176.4(5) lets you record when you are a party or one party consented, unless you are recording to commit a criminal act.

Did Oklahoma’s penalty for illegal recording change in 2026?

Yes. Effective January 1, 2026, illegal interception is a Class D1 felony, carrying a fine of at least $5,000 and up to 5 years under 21 O.S. § 20N. Older descriptions of the penalty are out of date.

Does a non-criminal motive void my one-party consent in Oklahoma?

No. Section 176.4(5) voids the exception only when the interception is for a criminal act, unlike the federal rule that also reaches tortious purposes.

Can I sue someone in Oklahoma for recording me illegally?

Not under the Security of Communications Act, which has no civil-damages section. A victim must rely on a common-law claim such as invasion of privacy instead.

Primary source
Okla. Stat. tit. 13, § 176.4(5)
Okla. Stat. tit. 13, § 176.4 · oscn.net
Cholilurrohman
Every figure on this page is checked line-by-line against the current statute. Editorial standards →

Not legal advicePlainStatute provides plain-language summaries of public law for general information only. This is not legal advice. Statutes change; always confirm current requirements with the official source linked above before acting.

Embed this explainer

Paste this on your own site. The embed stays in sync with this page, so any update here shows up there too.

<iframe
  src="https://plainstatute.com/embed/statute/recording-consent-law--oklahoma"
  title="Oklahoma statute explainer by PlainStatute"
  loading="lazy"
  height="640"
  style="width:100%;max-width:640px;border:1px solid #e4e2d9;border-radius:12px"
  data-plainstatute="recording-consent-law--oklahoma"></iframe>
<script>
  window.addEventListener('message', function (e) {
    if (e.origin !== 'https://plainstatute.com') return;
    var d = e.data || {};
    if (d.type !== 'plainstatute:embed-height') return;
    var f = document.querySelector('iframe[data-plainstatute="' + d.slug + '"]');
    if (f) f.height = d.height;
  });
</script>