open-agreements 0.7.5 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (215) hide show
  1. package/README.de.md +300 -255
  2. package/README.es.md +301 -254
  3. package/README.md +389 -95
  4. package/README.pt-br.md +301 -254
  5. package/README.template.md +333 -0
  6. package/README.zh.md +300 -253
  7. package/SECURITY.md +34 -0
  8. package/content/recipes/nvca-stock-purchase-agreement/README.md +39 -0
  9. package/content/recipes/nvca-voting-agreement/README.md +43 -0
  10. package/content/templates/bonterms-mutual-nda/README.md +2 -2
  11. package/content/templates/bonterms-mutual-nda/metadata.yaml +5 -11
  12. package/content/templates/bonterms-professional-services-agreement/README.md +2 -2
  13. package/content/templates/bonterms-professional-services-agreement/metadata.yaml +2 -2
  14. package/content/templates/closing-checklist/template.docx +0 -0
  15. package/content/templates/closing-checklist/template.md +30 -0
  16. package/content/templates/common-paper-ai-addendum/template.docx +0 -0
  17. package/content/templates/common-paper-ai-addendum-in-app/template.docx +0 -0
  18. package/content/templates/common-paper-csa-with-ai/template.docx +0 -0
  19. package/content/templates/common-paper-independent-contractor-agreement/template.docx +0 -0
  20. package/content/templates/common-paper-mutual-nda/README.md +28 -0
  21. package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -1
  22. package/content/templates/common-paper-term-sheet/template.docx +0 -0
  23. package/content/templates/openagreements-board-consent-safe/.template.generated.json +74 -0
  24. package/content/templates/openagreements-board-consent-safe/README.md +61 -0
  25. package/content/templates/openagreements-board-consent-safe/metadata.yaml +53 -0
  26. package/content/templates/openagreements-board-consent-safe/reference-source.docx +0 -0
  27. package/content/templates/openagreements-board-consent-safe/template.docx +0 -0
  28. package/content/templates/openagreements-board-consent-safe/template.md +66 -0
  29. package/content/templates/openagreements-due-diligence-request-list/README.md +68 -0
  30. package/content/templates/openagreements-due-diligence-request-list/metadata.yaml +300 -0
  31. package/content/templates/openagreements-due-diligence-request-list/template.docx +0 -0
  32. package/content/templates/openagreements-due-diligence-request-list/template.md +318 -0
  33. package/content/templates/openagreements-employee-ip-inventions-assignment/.template.generated.json +230 -0
  34. package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -1
  35. package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
  36. package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +96 -35
  37. package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +1 -1
  38. package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +2 -2
  39. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
  40. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.json +75 -0
  41. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +8 -4
  42. package/content/templates/openagreements-employment-offer-letter/.template.generated.json +224 -0
  43. package/content/templates/openagreements-employment-offer-letter/README.md +65 -1
  44. package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -1
  45. package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
  46. package/content/templates/openagreements-employment-offer-letter/template.md +70 -30
  47. package/content/templates/openagreements-restrictive-covenant-florida/.template.generated.json +456 -0
  48. package/content/templates/openagreements-restrictive-covenant-florida/README.md +141 -0
  49. package/content/templates/openagreements-restrictive-covenant-florida/metadata.yaml +419 -0
  50. package/content/templates/openagreements-restrictive-covenant-florida/template.docx +0 -0
  51. package/content/templates/openagreements-restrictive-covenant-florida/template.md +233 -0
  52. package/content/templates/openagreements-restrictive-covenant-wyoming/.template.generated.json +399 -0
  53. package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +69 -12
  54. package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
  55. package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +110 -59
  56. package/content/templates/openagreements-stockholder-consent-safe/.template.generated.json +74 -0
  57. package/content/templates/openagreements-stockholder-consent-safe/README.md +62 -0
  58. package/content/templates/openagreements-stockholder-consent-safe/metadata.yaml +53 -0
  59. package/content/templates/openagreements-stockholder-consent-safe/reference-source.docx +0 -0
  60. package/content/templates/openagreements-stockholder-consent-safe/template.docx +0 -0
  61. package/content/templates/openagreements-stockholder-consent-safe/template.md +62 -0
  62. package/content/templates/working-group-list/template.docx +0 -0
  63. package/content/templates/working-group-list/template.md +18 -0
  64. package/dist/cli/index.js.map +1 -1
  65. package/dist/commands/fill.d.ts +1 -1
  66. package/dist/commands/fill.d.ts.map +1 -1
  67. package/dist/commands/fill.js +4 -1
  68. package/dist/commands/fill.js.map +1 -1
  69. package/dist/commands/list.js +10 -0
  70. package/dist/commands/list.js.map +1 -1
  71. package/dist/commands/recipe.js.map +1 -1
  72. package/dist/core/employment/jurisdiction-rules.js +2 -2
  73. package/dist/core/employment/jurisdiction-rules.js.map +1 -1
  74. package/dist/core/employment/memo.d.ts +1 -1
  75. package/dist/core/employment/memo.d.ts.map +1 -1
  76. package/dist/core/employment/memo.js +14 -6
  77. package/dist/core/employment/memo.js.map +1 -1
  78. package/dist/core/engine.d.ts.map +1 -1
  79. package/dist/core/engine.js +28 -0
  80. package/dist/core/engine.js.map +1 -1
  81. package/dist/core/fill-pipeline.d.ts +30 -5
  82. package/dist/core/fill-pipeline.d.ts.map +1 -1
  83. package/dist/core/fill-pipeline.js +165 -9
  84. package/dist/core/fill-pipeline.js.map +1 -1
  85. package/dist/core/humanize-docx.d.ts +21 -0
  86. package/dist/core/humanize-docx.d.ts.map +1 -0
  87. package/dist/core/humanize-docx.js +492 -0
  88. package/dist/core/humanize-docx.js.map +1 -0
  89. package/dist/core/metadata.d.ts +118 -65
  90. package/dist/core/metadata.d.ts.map +1 -1
  91. package/dist/core/metadata.js +268 -13
  92. package/dist/core/metadata.js.map +1 -1
  93. package/dist/core/recipe/bracket-normalizer.d.ts +1 -1
  94. package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -1
  95. package/dist/core/recipe/bracket-normalizer.js +3 -0
  96. package/dist/core/recipe/bracket-normalizer.js.map +1 -1
  97. package/dist/core/recipe/computed.d.ts +1 -1
  98. package/dist/core/recipe/computed.d.ts.map +1 -1
  99. package/dist/core/recipe/index.d.ts.map +1 -1
  100. package/dist/core/recipe/index.js +22 -4
  101. package/dist/core/recipe/index.js.map +1 -1
  102. package/dist/core/recipe/types.d.ts +1 -1
  103. package/dist/core/recipe/types.d.ts.map +1 -1
  104. package/dist/core/template-listing.d.ts +6 -8
  105. package/dist/core/template-listing.d.ts.map +1 -1
  106. package/dist/core/template-listing.js +24 -0
  107. package/dist/core/template-listing.js.map +1 -1
  108. package/dist/core/unified-pipeline.d.ts +2 -0
  109. package/dist/core/unified-pipeline.d.ts.map +1 -1
  110. package/dist/core/unified-pipeline.js +17 -1
  111. package/dist/core/unified-pipeline.js.map +1 -1
  112. package/dist/core/validation/template.d.ts +32 -0
  113. package/dist/core/validation/template.d.ts.map +1 -1
  114. package/dist/core/validation/template.js +163 -3
  115. package/dist/core/validation/template.js.map +1 -1
  116. package/dist/index.d.ts +1 -0
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js +2 -0
  119. package/dist/index.js.map +1 -1
  120. package/gemini-extension.json +1 -1
  121. package/package.json +26 -12
  122. package/skills/canonical-markdown-authoring/CONNECTORS.md +67 -0
  123. package/skills/canonical-markdown-authoring/SKILL.md +565 -0
  124. package/skills/client-email/SKILL.md +10 -6
  125. package/skills/cloud-service-agreement/CONNECTORS.md +2 -2
  126. package/skills/cloud-service-agreement/SKILL.md +38 -1
  127. package/skills/cloud-service-agreement/template-filling-execution.md +2 -2
  128. package/skills/data-privacy-agreement/CONNECTORS.md +2 -2
  129. package/skills/data-privacy-agreement/SKILL.md +2 -0
  130. package/skills/delaware-franchise-tax/SKILL.md +2 -0
  131. package/skills/edit-docx-agreement/SKILL.md +2 -0
  132. package/skills/employment-contract/CONNECTORS.md +2 -2
  133. package/skills/employment-contract/SKILL.md +25 -6
  134. package/skills/iso-27001-evidence-collection/SKILL.md +2 -0
  135. package/skills/iso-27001-internal-audit/SKILL.md +2 -0
  136. package/skills/nda/CONNECTORS.md +2 -2
  137. package/skills/nda/SKILL.md +45 -1
  138. package/skills/nda/template-filling-execution.md +12 -6
  139. package/skills/non-compete-contract-explainer/SKILL.md +107 -0
  140. package/skills/non-compete-contract-explainer/content/alabama.md +251 -0
  141. package/skills/non-compete-contract-explainer/content/alaska.md +160 -0
  142. package/skills/non-compete-contract-explainer/content/american-samoa.md +187 -0
  143. package/skills/non-compete-contract-explainer/content/arizona.md +293 -0
  144. package/skills/non-compete-contract-explainer/content/arkansas.md +235 -0
  145. package/skills/non-compete-contract-explainer/content/california.md +270 -0
  146. package/skills/non-compete-contract-explainer/content/cnmi.md +168 -0
  147. package/skills/non-compete-contract-explainer/content/colorado.md +277 -0
  148. package/skills/non-compete-contract-explainer/content/connecticut.md +220 -0
  149. package/skills/non-compete-contract-explainer/content/delaware.md +222 -0
  150. package/skills/non-compete-contract-explainer/content/district-of-columbia.md +263 -0
  151. package/skills/non-compete-contract-explainer/content/florida.md +267 -0
  152. package/skills/non-compete-contract-explainer/content/georgia.md +323 -0
  153. package/skills/non-compete-contract-explainer/content/guam.md +180 -0
  154. package/skills/non-compete-contract-explainer/content/hawaii.md +236 -0
  155. package/skills/non-compete-contract-explainer/content/idaho.md +258 -0
  156. package/skills/non-compete-contract-explainer/content/illinois.md +266 -0
  157. package/skills/non-compete-contract-explainer/content/india.md +269 -0
  158. package/skills/non-compete-contract-explainer/content/indiana.md +253 -0
  159. package/skills/non-compete-contract-explainer/content/iowa.md +232 -0
  160. package/skills/non-compete-contract-explainer/content/kansas.md +227 -0
  161. package/skills/non-compete-contract-explainer/content/kentucky.md +201 -0
  162. package/skills/non-compete-contract-explainer/content/louisiana.md +272 -0
  163. package/skills/non-compete-contract-explainer/content/maine.md +178 -0
  164. package/skills/non-compete-contract-explainer/content/maryland.md +244 -0
  165. package/skills/non-compete-contract-explainer/content/massachusetts.md +272 -0
  166. package/skills/non-compete-contract-explainer/content/michigan.md +222 -0
  167. package/skills/non-compete-contract-explainer/content/minnesota.md +171 -0
  168. package/skills/non-compete-contract-explainer/content/mississippi.md +237 -0
  169. package/skills/non-compete-contract-explainer/content/missouri.md +219 -0
  170. package/skills/non-compete-contract-explainer/content/montana.md +202 -0
  171. package/skills/non-compete-contract-explainer/content/nebraska.md +206 -0
  172. package/skills/non-compete-contract-explainer/content/nevada.md +278 -0
  173. package/skills/non-compete-contract-explainer/content/new-hampshire.md +233 -0
  174. package/skills/non-compete-contract-explainer/content/new-jersey.md +277 -0
  175. package/skills/non-compete-contract-explainer/content/new-mexico.md +244 -0
  176. package/skills/non-compete-contract-explainer/content/new-york.md +226 -0
  177. package/skills/non-compete-contract-explainer/content/north-carolina.md +346 -0
  178. package/skills/non-compete-contract-explainer/content/north-dakota.md +187 -0
  179. package/skills/non-compete-contract-explainer/content/ohio.md +207 -0
  180. package/skills/non-compete-contract-explainer/content/oklahoma.md +196 -0
  181. package/skills/non-compete-contract-explainer/content/oregon.md +359 -0
  182. package/skills/non-compete-contract-explainer/content/pennsylvania.md +254 -0
  183. package/skills/non-compete-contract-explainer/content/philippines.md +211 -0
  184. package/skills/non-compete-contract-explainer/content/puerto-rico.md +163 -0
  185. package/skills/non-compete-contract-explainer/content/rhode-island.md +171 -0
  186. package/skills/non-compete-contract-explainer/content/singapore.md +229 -0
  187. package/skills/non-compete-contract-explainer/content/south-carolina.md +226 -0
  188. package/skills/non-compete-contract-explainer/content/south-dakota.md +222 -0
  189. package/skills/non-compete-contract-explainer/content/tennessee.md +251 -0
  190. package/skills/non-compete-contract-explainer/content/texas.md +297 -0
  191. package/skills/non-compete-contract-explainer/content/us-virgin-islands.md +193 -0
  192. package/skills/non-compete-contract-explainer/content/utah.md +250 -0
  193. package/skills/non-compete-contract-explainer/content/vermont.md +193 -0
  194. package/skills/non-compete-contract-explainer/content/virginia.md +213 -0
  195. package/skills/non-compete-contract-explainer/content/washington.md +296 -0
  196. package/skills/non-compete-contract-explainer/content/west-virginia.md +187 -0
  197. package/skills/non-compete-contract-explainer/content/wisconsin.md +293 -0
  198. package/skills/non-compete-contract-explainer/content/wyoming.md +296 -0
  199. package/skills/non-compete-contract-explainer/manifest.json +540 -0
  200. package/skills/open-agreements/CONNECTORS.md +2 -2
  201. package/skills/open-agreements/SKILL.md +165 -67
  202. package/skills/open-agreements/template-filling-execution.md +2 -2
  203. package/skills/recipe-quality-audit/SKILL.md +2 -0
  204. package/skills/safe/CONNECTORS.md +2 -2
  205. package/skills/safe/SKILL.md +38 -1
  206. package/skills/safe/template-filling-execution.md +2 -2
  207. package/skills/services-agreement/CONNECTORS.md +2 -2
  208. package/skills/services-agreement/SKILL.md +40 -1
  209. package/skills/services-agreement/template-filling-execution.md +81 -0
  210. package/skills/shared/template-filling-execution.md +2 -2
  211. package/skills/soc2-readiness/SKILL.md +2 -0
  212. package/skills/unit-test-philosophy/SKILL.md +3 -0
  213. package/skills/venture-financing/CONNECTORS.md +2 -2
  214. package/skills/venture-financing/SKILL.md +2 -0
  215. package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +0 -103
@@ -0,0 +1,207 @@
1
+ ---
2
+ jurisdiction: "Ohio"
3
+ slug: ohio
4
+ countryCode: US
5
+ snapshotAsOf: "2026-06-08"
6
+ lastReviewed: "2026-06-03"
7
+ canonicalUrl: https://openagreements.org/legal/non-compete/ohio
8
+ license: CC BY 4.0
9
+ stale: false
10
+ ---
11
+
12
+ > [!IMPORTANT]
13
+ > **Informational only — not legal advice.** This is a snapshot of an OpenAgreements practice note,
14
+ > provided for general information. It is not legal advice, does not create an attorney-client
15
+ > relationship, and is not a substitute for a licensed attorney in the relevant jurisdiction.
16
+ > Laws change; verify against the canonical version before relying on it.
17
+ >
18
+ > **Canonical:** https://openagreements.org/legal/non-compete/ohio · **Snapshot as of:** 2026-06-08 · License: CC BY 4.0 · © UseJunior
19
+
20
+ # Non-Competes in Ohio[^about]
21
+
22
+ Ohio enforces non-competes only when the restraint is reasonable under the Raimonde rule, and its courts may reform an overbroad covenant or decline to enforce it at all.
23
+
24
+
25
+ ## At a glance
26
+
27
+ | Question | Ohio |
28
+ | --- | --- |
29
+ | **Are non-competes enforceable?** | Allowed if reasonable |
30
+ | **Bottom line** | Ohio enforces an employee non-compete only to the extent it is reasonable under the Raimonde test — no broader than needed to protect the employer, not unduly harsh on the employee, and not injurious to the public. |
31
+ | **Main law or case** | Raimonde v. Van Vlerah, 42 Ohio St. 2d 21 (1975) |
32
+ | **Main exceptions** | Physician public-interest scrutiny; pending S.B. 301 (nonprofit-hospital cap) and S.B. 11 (broad ban) not enacted |
33
+ | **Can a court narrow it?** | Yes — rewrites to reasonable |
34
+ | **Applies to contractors?** | Unclear |
35
+ | **Restriction extended during a breach?** | Yes — a covenant may not expire while enforceability is litigated (Homan) |
36
+ | **Maximum length set by law** | No statutory cap |
37
+
38
+ ## Are employee non-compete agreements enforceable in Ohio? {#employee-noncompetes}
39
+
40
+ **Short answer.** Yes, sometimes. Ohio is a reasonableness state, not a general ban state. A non-compete is enforceable only to the extent it is reasonable — meaning it is no greater than needed to protect the employer, does not impose undue hardship on the employee, and is not injurious to the public [^raimonde-reasonableness-test].
41
+
42
+ The controlling standard comes from the Ohio Supreme Court's decision in *Raimonde v. Van Vlerah*, which set out a three-part rule of reasonableness for post-employment restraints [^raimonde-reasonableness-test]. There is no general Ohio non-compete statute for the ordinary workforce; enforceability is judge-made, applied covenant by covenant on its own facts.
43
+
44
+ Because the test is holistic, no single term is decisive. A court weighs the employer's protectable interest, the burden on the employee, and the public effect together, rather than checking a covenant against fixed numbers.
45
+
46
+ > [!NOTE]
47
+ > **Practice note.**
48
+ >
49
+ > Do not treat Ohio as either a free-for-all or a ban state. Test every covenant against the three *Raimonde* prongs — employer protection, hardship on the employee, and public injury — before assuming an Ohio restraint is enforceable [^raimonde-reasonableness-test].
50
+
51
+ ## Is continued at-will employment enough consideration for an Ohio non-compete? {#consideration}
52
+
53
+ **Short answer.** Yes. Unlike some states, Ohio holds that an employer's agreement to continue an at-will employment relationship is itself sufficient consideration for a non-compete an existing employee signs [^lakeland-continued-employment].
54
+
55
+ In *Lake Land Employment Group of Akron, LLC v. Columber*, the Ohio Supreme Court held that consideration exists when an employer continues an at-will relationship that it could legally have terminated without cause in exchange for the employee's assent to the covenant [^lakeland-continued-employment]. That makes Ohio more employer-favorable on consideration than states that require new, independent value for a mid-employment covenant.
56
+
57
+ The rule is not a blank check. Continued employment supplies the consideration, but the covenant must still survive the *Raimonde* reasonableness analysis to be enforceable [^q2-raimonde-reasonableness].
58
+
59
+ > [!CAUTION]
60
+ > **Drafting note.**
61
+ >
62
+ > Do not assume adequate consideration cures an overbroad covenant. Continued at-will employment satisfies *Lake Land*, but a restraint that fails *Raimonde* on time, territory, or scope is still unenforceable [^lakeland-continued-employment][^q2-raimonde-reasonableness].
63
+
64
+ ## What legitimate business interests can support an Ohio non-compete? {#protectable-interests}
65
+
66
+ **Short answer.** Confidential information, trade secrets, and customer goodwill are the core interests that justify a tailored Ohio restraint. The Ohio Uniform Trade Secrets Act supplies the statutory trade-secret overlay that runs alongside the covenant [^outsa-trade-secret-definition].
67
+
68
+ *Raimonde* itself lists the factors a court weighs, including whether the employee possessed confidential information or trade secrets and whether the covenant targets unfair competition rather than ordinary competition [^raimonde-confidential-factor]. A covenant that merely suppresses ordinary competition, untethered to a protectable interest, will not stand.
69
+
70
+ The Ohio Uniform Trade Secrets Act, codified at R.C. 1333.61 through 1333.69, defines a trade secret by the twin tests of independent economic value from secrecy and reasonable efforts to maintain that secrecy [^outsa-trade-secret-definition]. The Act gives a separate remedy: actual or threatened misappropriation may be enjoined regardless of any contract [^outsa-injunction]. A non-solicitation or confidentiality strategy under the Act is often a stronger backstop than a broad non-compete.
71
+
72
+ > [!CAUTION]
73
+ > **Drafting note.**
74
+ >
75
+ > Do not use an Ohio non-compete to block competition disconnected from a protectable interest. Tie the restraint to identified confidential information, trade secrets, or customer goodwill, and keep a separate confidentiality and trade-secret strategy under R.C. 1333.61 et seq. [^outsa-trade-secret-definition][^raimonde-confidential-factor].
76
+
77
+ ## What duration and geographic scope are reasonable for an Ohio non-compete? {#duration-geography}
78
+
79
+ **Short answer.** There is no statutory cap. Ohio courts weigh duration and territory together against the employer's actual protectable interest under *Raimonde*, and they may cut back a restraint that reaches further than necessary [^q4-raimonde-factors][^metrohealth-modified].
80
+
81
+ Because the standard is holistic, geography and duration are evaluated against the employer's real footprint rather than fixed numbers [^q4-raimonde-factors]. A restraint limited to the area and time genuinely needed to protect customer relationships or confidential information is far easier to defend than a long, open-ended, statewide ban.
82
+
83
+ When a covenant overshoots, an Ohio court may trim it. In *MetroHealth System v. Khandelwal*, the court of appeals upheld a trial court's decision to narrow an overbroad physician covenant — modifying it rather than voiding it — because it was more restrictive than necessary to protect the employer's legitimate interests [^metrohealth-modified].
84
+
85
+ > [!CAUTION]
86
+ > **Drafting note.**
87
+ >
88
+ > Do not copy a fixed term or radius from another form. Match duration and territory to the employee's role and the employer's actual market, because an Ohio court evaluates the restraint as a whole and there is no safe-harbor number [^q4-raimonde-factors][^metrohealth-modified].
89
+
90
+ ## Will an Ohio court reform or refuse to enforce an overbroad non-compete? {#court-narrowing}
91
+
92
+ **Short answer.** It depends. *Raimonde* abandoned strict blue-penciling and lets Ohio courts enforce an overbroad covenant only to the extent reasonable, but reformation is discretionary — a court may instead refuse to rewrite an abusively broad covenant [^raimonde-reformation][^kross-discretionary].
93
+
94
+ *Raimonde* holds that a covenant imposing unreasonable restrictions will be enforced to the extent necessary to protect the employer's legitimate interests, giving Ohio courts the power to modify rather than void [^raimonde-reformation]. But that power is not automatic. In *Kross Acquisition Co. v. Groundworks Ohio, LLC*, the First District confirmed that modifying a covenant is within the trial court's discretion, and it affirmed a refusal to rewrite a covenant so overbroad that reforming it would require the court to rebuild the agreement from scratch [^kross-discretionary].
95
+
96
+ There is also a real cost to overreaching. In *Cintas Corp. v. Perry*, applying Ohio law, the employer's own prevailing-party fee clause boomeranged: after the covenant failed, the court held the former employee was entitled to recover his attorney's fees and litigation costs under that contract [^cintas-fee-shift].
97
+
98
+ > [!CAUTION]
99
+ > **Drafting note.**
100
+ >
101
+ > Do not rely on reformation as a safety net for an aggressive Ohio covenant. Draft tiered, severable, reasonable restraints, because a court may refuse to rewrite an overbroad covenant — and a one-sided fee clause can shift fees to the departing employee when the covenant fails [^kross-discretionary][^cintas-fee-shift].
102
+
103
+ ## Can a successor company enforce a non-compete after a merger in Ohio? {#successor-enforcement}
104
+
105
+ **Short answer.** Yes, after a statutory merger. In *Acordia of Ohio, L.L.C. v. Fishel*, the Ohio Supreme Court held that the surviving company may enforce non-competes the absorbed company's employees signed, as if it had stepped into the original employer's shoes — provided the covenant is reasonable [^acordia-successor].
106
+
107
+ On reconsideration, the court in *Acordia* clarified that a merged entity can enforce acquired non-compete agreements without separate assignment language, because by operation of the merger statutes it succeeds to the predecessor's contracts [^acordia-successor]. The covenant still has to satisfy *Raimonde* in the successor's hands.
108
+
109
+ That holding turns on a statutory merger. A deal structured as an asset purchase, or a covenant the parties intend to be personal to the original employer, can raise different assignability questions — so buyers should not assume every restrictive covenant transfers automatically.
110
+
111
+ > [!CAUTION]
112
+ > **Drafting note.**
113
+ >
114
+ > Do not rely on *Acordia* for every transaction. It addresses covenants that pass by statutory merger; in an asset deal, include express assignment and successor-and-assigns language so the buyer can enforce the restraint [^acordia-successor].
115
+
116
+ ## Does an Ohio non-compete toll or extend during breach or litigation? {#tolling-extension}
117
+
118
+ **Short answer.** It can. Ohio appellate courts have held that a non-compete may not expire while its enforceability is being litigated, so the restricted period can be effectively extended until the case is resolved [^homan-tolling].
119
+
120
+ In *Homan, Inc. v. A1 AG Services, L.L.C.*, the Third District adopted the Sixth District's rule that a covenant not to compete may not expire while the enforceability of the contract is being litigated [^homan-tolling]. The court applied that rule to a covenant whose period it had already reformed for reasonableness, so the defendant remained bound for the remaining reasonable term after the litigation concluded.
121
+
122
+ This judicial tolling is equitable rather than automatic, and it operates against the *Raimonde* reasonableness backdrop [^q7-raimonde-reasonableness]. A contractual extension-on-breach clause must itself be reasonable; an open-ended or indefinite extension risks being cut back like any other overbroad term.
123
+
124
+ > [!NOTE]
125
+ > **Practice note.**
126
+ >
127
+ > Do not assume a fixed Ohio covenant simply lapses on its stated end date while a dispute is pending. Under *Homan*, the period can be tolled during litigation — but draft any extension-on-breach clause as a reasonable, bounded restraint tied to the breach, not an indefinite one [^homan-tolling][^q7-raimonde-reasonableness].
128
+
129
+ ## Which Ohio workers face special non-compete treatment? {#industry-specific-limits}
130
+
131
+ **Short answer.** Physicians are the established category receiving special scrutiny. Ohio enforces their covenants but tests them closely under the public-injury prong, and a pending bill would add statutory limits for certain nonprofit-hospital clinicians [^metrohealth-physician-standard][^williams-public-injury][^sb301-healthcare-cap].
132
+
133
+ Ohio courts apply a heightened public-interest analysis to physician covenants: a restraint is unreasonable where it imposes undue hardship on the physician and is injurious to the public because the physician's services are vital to the community and the demand for that expertise is critical [^metrohealth-physician-standard]. The principle is long-standing — in *Williams v. Hobbs*, the court affirmed findings that a physician's services were vital to the public and that the covenant was injurious to the public [^williams-public-injury].
134
+
135
+ There is no enacted Ohio statute banning health care non-competes today. A pending bill, Senate Bill 301, would let a nonprofit hospital impose only a limited restriction on certain clinicians — no more than six months and within a fifteen-mile radius — and would void waivers of that protection [^sb301-healthcare-cap]. It has not become law.
136
+
137
+ > [!NOTE]
138
+ > **Practice note.**
139
+ >
140
+ > Do not draft a physician or other health care non-compete in Ohio as if it were an ordinary commercial restraint. Expect heightened public-interest scrutiny under *MetroHealth* and *Williams*, and monitor Senate Bill 301, which would cap covered hospital clinician covenants if enacted [^metrohealth-physician-standard][^sb301-healthcare-cap].
141
+
142
+ ## Did the FTC's federal non-compete rule change Ohio non-compete law? {#federal-ftc-overlay}
143
+
144
+ **Short answer.** No. The FTC's 2024 nationwide Non-Compete Rule was set aside by a federal court before it took effect, so Ohio non-competes remain governed by Ohio common law [^ryan-ftc-set-aside].
145
+
146
+ In *Ryan LLC v. Federal Trade Commission*, the court held the FTC lacked statutory authority to issue the rule and that the rule was arbitrary and capricious [^ryan-ftc-authority]. It set the rule aside with nationwide effect so that it would not be enforced or take effect [^ryan-ftc-set-aside].
147
+
148
+ That outcome does not make every Ohio covenant enforceable. It simply removes the FTC rule as a nationwide overlay and leaves Ohio's *Raimonde* reasonableness analysis in control.
149
+
150
+ "The Non-Compete Rule, 16 C.F.R. § 910.1–.6, is hereby SET ASIDE and shall not be enforced or otherwise take effect on September 4, 2024, or thereafter."[^ryan-ftc-set-aside]
151
+
152
+ ## What Ohio non-compete reform efforts should employers watch? {#pending-reform}
153
+
154
+ **Short answer.** None is law yet. The headline proposal, Senate Bill 11, would broadly prohibit employer non-competes, but it remains in committee and would apply only prospectively if enacted [^sb11-prohibition][^sb11-prospective].
155
+
156
+ Senate Bill 11 would bar an employer from entering into, presenting, or enforcing an agreement that prevents a worker from taking other work or operating a business after the employment relationship ends [^sb11-prohibition]. Crucially, even if it passed, the bill voids only agreements entered into, modified, or extended on or after its effective date — it would not reach back to invalidate covenants already in place [^sb11-prospective].
157
+
158
+ The enacted baseline therefore remains common-law reasonableness under *Raimonde*, plus the trade-secret overlay. These bills signal a possible direction of travel, not current law.
159
+
160
+ > [!NOTE]
161
+ > **Practice note.**
162
+ >
163
+ > Treat Senate Bill 11 as a monitoring item, not present Ohio law. Recheck the Ohio General Assembly's bill status before changing forms or telling workers that Ohio has banned non-competes, and note that S.B. 11 as drafted would apply only to agreements made or modified after its effective date [^sb11-prohibition][^sb11-prospective].
164
+
165
+ [^about]: By Steven Obiajulu, J.D. Published by [openagreements.org](https://openagreements.org) · Maintained by [UseJunior](https://usejunior.com). Last reviewed 2026-06-03. License: CC BY 4.0. Steven Obiajulu, J.D. is admitted in New York, not Ohio. This article synthesizes Ohio primary law and is not legal advice from a Ohio-admitted attorney. This article is for informational purposes only and does not create an attorney-client relationship.
166
+
167
+ [^raimonde-reasonableness-test]: **Raimonde v. Van Vlerah** — "A covenant restraining an employee from competing with his former employer upon termination of employment is reasonable if it is no greater than is required for the protection of the employer, does not impose undue hardship on the employee, and is not injurious to the public." *Raimonde v. Van Vlerah, 42 Ohio St. 2d 21, 325 N.E.2d 544 (1975).* <https://www.courtlistener.com/opinion/6865409/raimonde-v-van-vlerah/#:~:text=A%20covenant%20restraining%20an%20employee,not%20injurious%20to%20the%20public.>
168
+
169
+ [^lakeland-continued-employment]: **Lake Land Employment Group of Akron, LLC v. Columber** — "We therefore hold that consideration exists to support a noncompetition agreement when, in exchange for the assent of an at-will employee to a proffered noncompetition agreement, the employer continues an at-will employment relationship that could legally be terminated without cause." *Lake Land Emp. Group of Akron, LLC v. Columber, 101 Ohio St. 3d 242, 2004-Ohio-786.* <https://www.courtlistener.com/opinion/6892723/lake-land-employment-group-of-akron-llc-v-columber/#:~:text=We%20therefore%20hold%20that%20consideration,legally%20be%20terminated%20without%20cause.>
170
+
171
+ [^q2-raimonde-reasonableness]: **Raimonde v. Van Vlerah** — "A covenant restraining an employee from competing with his former employer upon termination of employment is reasonable if it is no greater than is required for the protection of the employer, does not impose undue hardship on the employee, and is not injurious to the public." *Raimonde v. Van Vlerah, 42 Ohio St. 2d 21, 325 N.E.2d 544 (1975).* <https://www.courtlistener.com/opinion/6865409/raimonde-v-van-vlerah/#:~:text=A%20covenant%20restraining%20an%20employee,not%20injurious%20to%20the%20public.>
172
+
173
+ [^outsa-trade-secret-definition]: **Ohio Rev. Code § 1333.61** — "(1) It derives independent economic value, actual or potential, from not being generally known to, and not being readily ascertainable by proper means by, other persons who can obtain economic value from its disclosure or use.(2) It is the subject of efforts that are reasonable under the circumstances to maintain its secrecy." *Ohio Rev. Code § 1333.61(D).* <https://codes.ohio.gov/ohio-revised-code/section-1333.61>
174
+
175
+ [^raimonde-confidential-factor]: **Raimonde v. Van Vlerah** — "whether the employee is possessed with confidential information or trade secrets; whether the covenant seeks to eliminate competition which would be unfair to the employer or merely seeks to eliminate ordinary competition" *Raimonde v. Van Vlerah, 42 Ohio St. 2d 21, 325 N.E.2d 544 (1975).* <https://www.courtlistener.com/opinion/6865409/raimonde-v-van-vlerah/#:~:text=whether%20the%20employee%20is%20possessed,seeks%20to%20eliminate%20ordinary%20competition>
176
+
177
+ [^outsa-injunction]: **Ohio Rev. Code § 1333.62** — "Actual or threatened misappropriation may be enjoined." *Ohio Rev. Code § 1333.62(A).* <https://codes.ohio.gov/ohio-revised-code/section-1333.62>
178
+
179
+ [^q4-raimonde-factors]: **Raimonde v. Van Vlerah** — "A covenant restraining an employee from competing with his former employer upon termination of employment is reasonable if it is no greater than is required for the protection of the employer, does not impose undue hardship on the employee, and is not injurious to the public." *Raimonde v. Van Vlerah, 42 Ohio St. 2d 21, 325 N.E.2d 544 (1975).* <https://www.courtlistener.com/opinion/6865409/raimonde-v-van-vlerah/#:~:text=A%20covenant%20restraining%20an%20employee,not%20injurious%20to%20the%20public.>
180
+
181
+ [^metrohealth-modified]: **MetroHealth System v. Khandelwal** — "In short, evidence presented at the hearing supported the trial court’s finding that the 2015 noncompete agreement was more restrictive than necessary but that it could be modified to protect MetroHealth’s legitimate business interests." *MetroHealth Sys. v. Khandelwal, 2022-Ohio-77, 183 N.E.3d 590 (8th Dist.).* <https://www.courtlistener.com/opinion/6205147/metrohealth-sys-v-khandelwal/#:~:text=In%20short%2C%20evidence%20presented%20at,protect%20MetroHealth%E2%80%99s%20legitimate%20business%20interests.>
182
+
183
+ [^raimonde-reformation]: **Raimonde v. Van Vlerah** — "Courts are empowered to modify or amend employment agreements to achieve such results." *Raimonde v. Van Vlerah, 42 Ohio St. 2d 21, 325 N.E.2d 544 (1975).* <https://www.courtlistener.com/opinion/6865409/raimonde-v-van-vlerah/#:~:text=Courts%20are%20empowered%20to%20modify,agreements%20to%20achieve%20such%20results.>
184
+
185
+ [^kross-discretionary]: **Kross Acquisition Co. v. Groundworks Ohio, LLC** — "We agree that it is within a trial court’s discretion to modify a noncompetition agreement, and so we review its decision not to modify such an agreement for an abuse of discretion." *Kross Acquisition Co. v. Groundworks Ohio, LLC, 2024-Ohio-592, 236 N.E.3d 453 (1st Dist.).* <https://www.courtlistener.com/opinion/9475789/kross-acquisition-co-llc-v-groundworks-ohio-llc/#:~:text=We%20agree%20that%20it%20is,for%20an%20abuse%20of%20discretion.>
186
+
187
+ [^cintas-fee-shift]: **Cintas Corp. v. Perry** — "The district court correctly concluded Perry was entitled to attorney’s fees and litigation costs under the employment agreement." *Cintas Corp. v. Perry, 517 F.3d 459 (7th Cir. 2008).* <https://www.courtlistener.com/opinion/1462207/cintas-corporation-v-perry/#:~:text=The%20district%20court%20correctly%20concluded,costs%20under%20the%20employment%20agreement.>
188
+
189
+ [^acordia-successor]: **Acordia of Ohio, L.L.C. v. Fishel** — "We hold that the L.L.C. may enforce the noncompete agreements as if it had stepped into the shoes of the original contracting companies, provided that the noncompete agreements are reasonable under the circumstances of this case." *Acordia of Ohio, L.L.C. v. Fishel, 133 Ohio St. 3d 356, 2012-Ohio-4648, 978 N.E.2d 823.* <https://www.courtlistener.com/opinion/2690659/acordia-of-ohio-llc-v-fishel/#:~:text=We%20hold%20that%20the%20L.L.C.,the%20circumstances%20of%20this%20case.>
190
+
191
+ [^homan-tolling]: **Homan, Inc. v. A1 AG Services, L.L.C.** — "The Sixth Appellate District has held that a covenant not to compete may not expire while the enforceability of that contract is being litigated." *Homan, Inc. v. A1 AG Servs., L.L.C., 175 Ohio App. 3d 51, 2008-Ohio-277, 885 N.E.2d 253 (3d Dist.).* <https://www.courtlistener.com/opinion/3953241/homan-inc-v-a1-ag-services-llc/#:~:text=The%20Sixth%20Appellate%20District%20has,that%20contract%20is%20being%20litigated.>
192
+
193
+ [^q7-raimonde-reasonableness]: **Raimonde v. Van Vlerah** — "A covenant restraining an employee from competing with his former employer upon termination of employment is reasonable if it is no greater than is required for the protection of the employer, does not impose undue hardship on the employee, and is not injurious to the public." *Raimonde v. Van Vlerah, 42 Ohio St. 2d 21, 325 N.E.2d 544 (1975).* <https://www.courtlistener.com/opinion/6865409/raimonde-v-van-vlerah/#:~:text=A%20covenant%20restraining%20an%20employee,not%20injurious%20to%20the%20public.>
194
+
195
+ [^metrohealth-physician-standard]: **MetroHealth System v. Khandelwal** — "A covenant restraining a physician-employee from competing with his employer upon termination of employment is unreasonable where it imposes undue hardship on the physician and is injurious to the public, the physician’s services are vital to the health, care and treatment of the public, and the demand for his medical expertise is critical to the people in the community." *MetroHealth Sys. v. Khandelwal, 2022-Ohio-77, 183 N.E.3d 590 (8th Dist.).* <https://www.courtlistener.com/opinion/6205147/metrohealth-sys-v-khandelwal/#:~:text=A%20covenant%20restraining%20a%20physician%2Demployee,the%20people%20in%20the%20community.>
196
+
197
+ [^williams-public-injury]: **Williams v. Hobbs** — "The covenant imposes an undue hardship on the plaintiff, and also, it is injurious to the public." *Williams v. Hobbs, 9 Ohio App. 3d 331, 460 N.E.2d 287 (10th Dist. 1983).* <https://www.courtlistener.com/opinion/4007467/williams-v-hobbs/#:~:text=The%20covenant%20imposes%20an%20undue,is%20injurious%20to%20the%20public.>
198
+
199
+ [^sb301-healthcare-cap]: **Ohio S.B. 301 (136th General Assembly)** — "the employee will refrain, for a period not to exceed six months, from obtaining employment within a radius of fifteen miles of the physical location where the employee was employed with the hospital." *S.B. 301, 136th Gen. Assemb. (Ohio 2025).* <https://www.legislature.ohio.gov/legislation/136/sb301>
200
+
201
+ [^ryan-ftc-set-aside]: **Ryan LLC v. Federal Trade Commission** — "The Non-Compete Rule, 16 C.F.R. § 910.1–.6, is hereby SET ASIDE and shall not be enforced or otherwise take effect on September 4, 2024, or thereafter." *Ryan LLC v. Fed. Trade Comm'n, 746 F. Supp. 3d 369 (N.D. Tex. 2024).* <https://www.courtlistener.com/opinion/10205745/ryan-llc-v-federal-trade-commission/#:~:text=The%20Non%2DCompete%20Rule%2C%2016%20C.F.R.,September%204%2C%202024%2C%20or%20thereafter.>
202
+
203
+ [^ryan-ftc-authority]: **Ryan LLC v. Federal Trade Commission** — "In sum, the Court concludes that the FTC lacks statutory authority to promulgate the Non- Compete Rule, and that the Rule is arbitrary and capricious." *Ryan LLC v. Fed. Trade Comm'n, 746 F. Supp. 3d 369 (N.D. Tex. 2024).* <https://www.courtlistener.com/opinion/10205745/ryan-llc-v-federal-trade-commission/#:~:text=In%20sum%2C%20the%20Court%20concludes%20that,Rule%20is%20arbitrary%20and%20capricious.>
204
+
205
+ [^sb11-prohibition]: **Ohio S.B. 11 (136th General Assembly)** — "Beginning on the effective date of this section, no employer shall enter into, attempt to enter into, present to a worker or prospective worker as a term of hire, or attempt to enforce an agreement, or part of an agreement, that prohibits the worker from, penalizes the worker for, or functions to prevent the worker from seeking or accepting work with a person, or operating a business, after the conclusion of the relationship between the employer and worker, including any of the following:" *S.B. 11, 136th Gen. Assemb. (Ohio 2025).* <https://www.legislature.ohio.gov/legislation/136/sb11>
206
+
207
+ [^sb11-prospective]: **Ohio S.B. 11 (136th General Assembly)** — "An agreement, or part of an agreement, between an employer and worker entered into, modified, or extended on or after the effective date of this section that is prohibited under division (A) of this section is void." *S.B. 11, 136th Gen. Assemb. (Ohio 2025).* <https://www.legislature.ohio.gov/legislation/136/sb11>
@@ -0,0 +1,196 @@
1
+ ---
2
+ jurisdiction: "Oklahoma"
3
+ slug: oklahoma
4
+ countryCode: US
5
+ snapshotAsOf: "2026-06-08"
6
+ lastReviewed: "2026-06-03"
7
+ canonicalUrl: https://openagreements.org/legal/non-compete/oklahoma
8
+ license: CC BY 4.0
9
+ stale: false
10
+ ---
11
+
12
+ > [!IMPORTANT]
13
+ > **Informational only — not legal advice.** This is a snapshot of an OpenAgreements practice note,
14
+ > provided for general information. It is not legal advice, does not create an attorney-client
15
+ > relationship, and is not a substitute for a licensed attorney in the relevant jurisdiction.
16
+ > Laws change; verify against the canonical version before relying on it.
17
+ >
18
+ > **Canonical:** https://openagreements.org/legal/non-compete/oklahoma · **Snapshot as of:** 2026-06-08 · License: CC BY 4.0 · © UseJunior
19
+
20
+ # Non-Competes in Oklahoma[^about]
21
+
22
+ Oklahoma voids employee non-compete agreements by statute and allows only narrow exceptions for customer non-solicitation, employee anti-raiding, and the sale of a business.
23
+
24
+
25
+ ## At a glance
26
+
27
+ | Question | Oklahoma |
28
+ | --- | --- |
29
+ | **Are non-competes enforceable?** | Banned |
30
+ | **Bottom line** | Oklahoma voids employee non-competes by statute, permitting only narrow carve-outs for direct customer non-solicitation, employee anti-raiding, and sale-of-business or partnership-dissolution covenants. |
31
+ | **Main law or case** | Okla. Stat. tit. 15, § 217 |
32
+ | **Main exceptions** | Sale of goodwill (§ 218); partnership dissolution (§ 219); direct customer non-solicit (§ 219A); employee anti-raiding (§ 219B); trade-secret clauses outside the ban |
33
+ | **Can a court narrow it?** | No |
34
+ | **Applies to contractors?** | Unclear |
35
+ | **Restriction extended during a breach?** | Not addressed |
36
+ | **Maximum length set by law** | No statutory limit on the ban; sale covenants limited to a county and contiguous counties |
37
+
38
+ ## Are employee non-compete agreements enforceable in Oklahoma? {#employee-noncompetes}
39
+
40
+ **Short answer.** No. Oklahoma voids employee non-compete agreements by statute. A contract that restrains someone from exercising a lawful profession, trade, or business is void to that extent, except for the narrowly drawn covenants Oklahoma statutes specifically permit: sale-of-goodwill covenants (§ 218), partnership-dissolution covenants (§ 219), direct solicitation of established customers (§ 219A), and employee anti-raiding clauses (§ 219B) [^stat-217-general-void][^stat-219a-void-clause].
41
+
42
+ This makes Oklahoma one of the most employee-protective jurisdictions in the country. Unlike a reasonableness state, Oklahoma does not ask whether a non-compete is reasonable in duration or geography — a covenant that bars a former employee from competing is simply outside the statute and therefore void. Oklahoma courts have applied that rule to strike conventional non-competes as exceeding what § 219A allows [^howard-noncompete-void].
43
+
44
+ "The non-competition contracts go well beyond the bounds of what is allowable under § 219A and violate the legislatively expressed public policy."[^howard-noncompete-void]
45
+
46
+ The U.S. Supreme Court later vacated that 2011 decision on arbitration-procedure grounds, so the void rule's firmest anchors are the statute itself and the Court of Civil Appeals' decision in *Autry v. Acosta, Inc.*, discussed below [^stat-217-general-void].
47
+
48
+ What an Oklahoma employer *can* protect instead is a defined slice: direct solicitation of established customers, raiding of its workforce, the goodwill it buys when it acquires a business, and its trade secrets and confidential information. Each of those is addressed in its own question below.
49
+
50
+ > [!NOTE]
51
+ > **Practice note.**
52
+ >
53
+ > Do not paper an Oklahoma employee with an out-of-state non-compete form and assume a court will narrow it to something enforceable. Oklahoma treats a conventional employee non-compete as void rather than reforming it, so the realistic question is which permitted covenant — customer non-solicitation, anti-raiding, or confidentiality — actually protects the interest at stake [^stat-217-general-void][^howard-noncompete-void].
54
+
55
+ ## What customer non-solicitation restrictions does Oklahoma allow? {#customer-nonsolicitation}
56
+
57
+ **Short answer.** Only a narrow one. Under 15 O.S. § 219A a former employee may compete, but the agreement may bar the employee from *directly* soliciting the *established customers* of the former employer. A clause that reaches further — indirect solicitation, or prospective and former customers — is void [^stat-219a-rule][^autry-no-sever].
58
+
59
+ The statute permits a tightly drawn customer non-solicitation covenant and nothing broader [^stat-219a-rule].
60
+
61
+ "A person who makes an agreement with an employer, whether in writing or verbally, not to compete with the employer after the employment relationship has been terminated, shall be permitted to engage in the same business as that conducted by the former employer or in a similar business as that conducted by the former employer as long as the former employee does not directly solicit the sale of goods, services or a combination of goods and services from the established customers of the former employer."[^stat-219a-rule]
62
+
63
+ Two drafting traps void these clauses. First, the word *indirectly*. In *Autry v. Acosta, Inc.*, the Oklahoma Court of Civil Appeals held that a covenant barring *direct or indirect* solicitation violated § 219A — and, critically, the court refused to save it by striking the offending word [^autry-no-sever][^autry-void].
64
+
65
+ "We find that the remedy for this Non-Solicitation Agreement's shortcomings is not quite that simple and it cannot be made to comply with § 219A by merely deleting the word ‘indirectly.’"[^autry-no-sever]
66
+
67
+ Second, even a covenant that tracks the statutory language must still be reasonable. In *Inergy Propane, LLC v. Lundy*, the court indicated that § 219A did not displace the common-law rule of reason for the duration and scope of a customer non-solicitation clause [^inergy-rule-of-reason]. Practitioners often use shorter durations — commonly two years or less — as a risk-control measure; no statutory safe harbor fixes that term.
68
+
69
+ > [!CAUTION]
70
+ > **Drafting note.**
71
+ >
72
+ > Limit a customer non-solicitation clause to *direct* solicitation of *established* customers, and do not add *indirectly*, *prospective customers*, or *former customers*. Oklahoma courts will void the whole provision rather than blue-pencil the extra words out of it [^autry-no-sever][^autry-void].
73
+
74
+ ## Can an Oklahoma employer restrict soliciting its employees? {#employee-nonsolicitation}
75
+
76
+ **Short answer.** Yes. 15 O.S. § 219B expressly allows an employee anti-raiding covenant that bars a former employee from soliciting the employer's employees or independent contractors — and, unlike the customer rule, it may reach *direct or indirect* solicitation [^stat-219b-antiraid].
77
+
78
+ Section 219B was enacted to give employers broader protection for their workforce than § 219A gives them for their customers. It removes employee-anti-raiding clauses from the general restraint-of-trade prohibition altogether [^stat-219b-antiraid].
79
+
80
+ "A contract or contractual provision which prohibits an employee or independent contractor of a person or business from soliciting, directly or indirectly, actively or inactively, the employees or independent contractors of that person or business to become employees or independent contractors of another person or business shall not be construed as a restraint from exercising a lawful profession, trade or business of any kind."[^stat-219b-antiraid]
81
+
82
+ > [!CAUTION]
83
+ > **Drafting note.**
84
+ >
85
+ > Section 219B authorizes restrictions on *soliciting* employees, not a flat no-hire ban. A clause that purports to stop a former employee from hiring a colleague who applies on their own initiative — without any solicitation — is on far weaker ground, because it reaches beyond the solicitation the statute protects [^stat-219b-antiraid].
86
+
87
+ ## Are non-competes tied to the sale of a business enforceable in Oklahoma? {#sale-of-business}
88
+
89
+ **Short answer.** Yes, within statutory limits. Under 15 O.S. § 218 the seller of a business's goodwill may agree not to compete within a specified county and contiguous counties, or a specified city or town. A parallel rule in § 219 allows the same on the dissolution of a partnership [^stat-218-goodwill][^stat-219-partners].
90
+
91
+ This is the most important practical exception, and Oklahoma courts enforce it [^berry-218-goodwill].
92
+
93
+ "We have consistently upheld non-compete agreements to protect business goodwill pursuant to § 218."[^berry-218-goodwill]
94
+
95
+ The sale-of-business exception differs from the employment rules in a crucial way: it comes with a statutory blue-pencil. If a goodwill covenant reaches too far geographically, a court may scale it back to the primary county and contiguous counties rather than voiding it [^stat-218-goodwill][^eakle-218-reform].
96
+
97
+ "The Oklahoma Supreme Court has held that non-compete agreements in connection with the sale of goodwill, which are otherwise valid, are subject to modification with respect to the territorial restrictions found in section 218."[^eakle-218-reform]
98
+
99
+ The exception applies only to a genuine sale of goodwill. A token equity stake should not be assumed to convert an ordinary employment non-compete into a protected sale-of-business covenant; in *Bayly, Martin & Fay, Inc. v. Pickard* the Oklahoma Supreme Court indicated that only the sale of an appreciable ownership interest can carry a business's goodwill under § 218 [^bayly-appreciable-interest].
100
+
101
+ > [!NOTE]
102
+ > **Practice note.**
103
+ >
104
+ > The geographic ceiling in § 218 is a county-and-contiguous-counties (or a single city or town) footprint — far narrower than the multi-state radii common in sale agreements. Draft to that ceiling from the start; the statutory blue-pencil reduces overbroad geography to the primary county and its neighbors, not to whatever regional scope the parties wrote [^stat-218-goodwill][^eakle-218-reform].
105
+
106
+ ## Does continued employment count as consideration for an Oklahoma restrictive covenant? {#consideration}
107
+
108
+ **Short answer.** It is unsettled. Oklahoma has not squarely decided whether continued at-will employment, by itself, is sufficient consideration for a restrictive covenant signed mid-employment. Whatever the consideration, the covenant must still fit § 219A or § 219B, or it is void regardless [^stat-219a-void-consideration].
109
+
110
+ Practitioners often assume Oklahoma follows the majority rule that continued employment suffices, but no Oklahoma decision settles the point for a covenant introduced after hiring. The conservative course is to provide fresh, identifiable consideration — a bonus, a raise, a promotion, or access to confidential information — when an existing employee is asked to sign.
111
+
112
+ > [!NOTE]
113
+ > **Practice note.**
114
+ >
115
+ > Treat mid-employment consideration as an open question, not a solved one. Pair any covenant presented to a current employee with new and identifiable consideration, and remember that adequate consideration does not rescue a covenant whose substance conflicts with § 219A [^stat-219a-void-consideration].
116
+
117
+ ## Are confidentiality and trade-secret protections still enforceable in Oklahoma? {#trade-secrets}
118
+
119
+ **Short answer.** Yes. A confidentiality or trade-secret clause does not restrain a person from working — it restrains the misuse of protected information — so it sits outside the § 217 ban. The Oklahoma Uniform Trade Secrets Act backs that protection with injunctive relief and damages [^outsa-injunction].
120
+
121
+ Because the Trade Secrets Act protects the information rather than the employment relationship, it is the most durable tool an Oklahoma employer has for guarding competitively sensitive material — and it operates whether or not any restrictive covenant survives [^outsa-injunction].
122
+
123
+ "Actual or threatened misappropriation may be enjoined."[^outsa-injunction]
124
+
125
+ ## Can a choice-of-law or forum-selection clause escape Oklahoma's non-compete ban? {#choice-of-law}
126
+
127
+ **Short answer.** Sometimes. An Oklahoma court will not apply a contractually chosen foreign law if doing so would violate Oklahoma public policy — so a Delaware or Texas choice-of-law clause will not, by itself, resurrect a void employee non-compete. But a mandatory forum-selection clause is a different lever: a federal court in Oklahoma has enforced one to transfer the dispute out of Oklahoma, after which the employer obtained injunctive relief under the chosen state's law [^eakle-public-policy][^griffin-order][^griffin-forum-selection].
128
+
129
+ The choice-of-law limit is well settled [^eakle-public-policy].
130
+
131
+ "As this general rule recognizes, however, the forum court will not apply the law chosen by the contracting parties should doing so violate the public policy of the forum state."[^eakle-public-policy]
132
+
133
+ That public-policy backstop is why a foreign choice-of-law clause does not save an employee non-compete that § 217 voids. But it is not absolute: where the covenant fits an exception Oklahoma itself recognizes — for example a sale-of-goodwill covenant under § 218 — courts have applied the parties' chosen law and enforced the deal.
134
+
135
+ The sharper risk for employees comes from forum selection. In the 2025 *Griffin v. Stryker* litigation, the U.S. District Court for the Northern District of Oklahoma enforced a mandatory Michigan forum-selection clause and transferred an Oklahoma employee's declaratory-judgment action out of Oklahoma — even though the court acknowledged it would *likely* find the covenants void if the case stayed [^griffin-order]. A firm summary of the litigation reports that the employer then obtained a preliminary injunction in Michigan [^griffin-forum-selection].
136
+
137
+ "Plaintiff has therefore not met his burden of showing that exceptional circumstances exist that counsel against transfer to the contractually selected forum."[^griffin-order]
138
+
139
+ > [!NOTE]
140
+ > **Practice note.**
141
+ >
142
+ > An Oklahoma employee facing an out-of-state employer should treat a mandatory forum-selection clause as the real threat, not the governing-law clause. Oklahoma's public policy can defeat a foreign governing law, but it may not be enough to keep the case in Oklahoma if the contract requires litigation elsewhere [^griffin-order].
143
+
144
+ ## What recent legislative developments affect Oklahoma non-competes? {#recent-developments}
145
+
146
+ **Short answer.** The framework held steady through the last attempt to loosen it. In 2024 the Legislature passed Senate Bill 1543, which would have broadened § 219A to let employers bar customer solicitation *directly or indirectly* and to reach *independent contractors* — but Governor Stitt vetoed it, and the veto was not overridden [^sb1543-enrolled][^mcafeetaft-sb1543-veto].
147
+
148
+ The enrolled bill would have rewritten the operative clause so that a covenant could restrict solicitation *directly or indirectly, actively or inactively* — the very breadth *Autry* forbids today [^sb1543-enrolled].
149
+
150
+ "A person who makes an agreement with an employer, whether in writing or verbally, not to compete with the employer after the employment relationship has been terminated, shall be permitted to engage in the same business as that conducted by the former employer or in a similar business as that conducted by the former employer as long as the former employee does not directly solicit, directly or indirectly, actively or inactively, the sale of goods, services or a combination of goods and services from the established customers or independent contractors of the former employer."[^sb1543-enrolled]
151
+
152
+ The veto left the strict § 219A regime — and the *Autry* prohibition on reaching indirect solicitation — fully in place. Employers should keep watching for similar bills in future sessions, but for now the narrow direct-solicitation-of-established-customers rule is unchanged [^mcafeetaft-sb1543-veto].
153
+
154
+ "UPDATE: Oklahoma Governor Kevin Stitt vetoed this bill April 30, 2024, and the Legislature did not override the veto in the 2024 legislative session."[^mcafeetaft-sb1543-veto]
155
+
156
+ [^about]: By Steven Obiajulu, J.D. Published by [openagreements.org](https://openagreements.org) · Maintained by [UseJunior](https://usejunior.com). Last reviewed 2026-06-03. License: CC BY 4.0. Steven Obiajulu, J.D. is admitted in New York, not Oklahoma. This article synthesizes Oklahoma primary law and is not legal advice from a Oklahoma-admitted attorney. This article is for informational purposes only and does not create an attorney-client relationship.
157
+
158
+ [^stat-217-general-void]: **15 O.S. § 217** — "Every contract by which any one is restrained from exercising a lawful profession, trade or business of any kind, otherwise than as provided by Sections 218 and 219 of this title, or otherwise than as provided by Section 2 of this act, is to that extent void." *Okla. Stat. tit. 15, § 217.* <https://oksenate.gov/sites/default/files/2022-05/os15.pdf>
159
+
160
+ [^stat-219a-void-clause]: **15 O.S. § 219A** — "Any provision in a contract between an employer and an employee in conflict with the provisions of this section shall be void and unenforceable." *Okla. Stat. tit. 15, § 219A(B).* <https://oksenate.gov/sites/default/files/2022-05/os15.pdf>
161
+
162
+ [^howard-noncompete-void]: **Howard v. Nitro-Lift Technologies, L.L.C.** — "The non-competition contracts go well beyond the bounds of what is allowable under § 219A and violate the legislatively expressed public policy." *Howard v. Nitro-Lift Techs., L.L.C., 2011 OK 98, 273 P.3d 20, vacated on other grounds sub nom. Nitro-Lift Techs., L.L.C. v. Howard, 568 U.S. 17 (2012).* <https://www.courtlistener.com/opinion/5327051/howard-v-nitro-lift-technologies-llc/#:~:text=The%20non%2Dcompetition%20contracts%20go%20well,the%20legislatively%20expressed%20public%20policy.>
163
+
164
+ [^stat-219a-rule]: **15 O.S. § 219A** — "A person who makes an agreement with an employer, whether in writing or verbally, not to compete with the employer after the employment relationship has been terminated, shall be permitted to engage in the same business as that conducted by the former employer or in a similar business as that conducted by the former employer as long as the former employee does not directly solicit the sale of goods, services or a combination of goods and services from the established customers of the former employer." *Okla. Stat. tit. 15, § 219A(A).* <https://oksenate.gov/sites/default/files/2022-05/os15.pdf>
165
+
166
+ [^autry-no-sever]: **Autry v. Acosta, Inc.** — "We find that the remedy for this Non-Solicitation Agreement's shortcomings is not quite that simple and it cannot be made to comply with § 219A by merely deleting the word ‘indirectly.’" *Autry v. Acosta, Inc., 2018 OK CIV APP 8, 410 P.3d 1017.* <https://www.courtlistener.com/opinion/4520541/autry-v-acosta-inc/#:~:text=We%20find%20that%20the%20remedy,merely%20deleting%20the%20word%20%E2%80%9Cindirectly.%E2%80%9D>
167
+
168
+ [^autry-void]: **Autry v. Acosta, Inc.** — "Examined under the lens of § 219A, the Non-Solicitation Agreement is void and unenforceable as against Oklahoma's public policy expressed by the Legislature's enactment of that section." *Autry v. Acosta, Inc., 2018 OK CIV APP 8, 410 P.3d 1017.* <https://www.courtlistener.com/opinion/4520541/autry-v-acosta-inc/#:~:text=Examined%20under%20the%20lens%20of,Legislature's%20enactment%20of%20that%20section.>
169
+
170
+ [^inergy-rule-of-reason]: **Inergy Propane, LLC v. Lundy** — "That does not, however, require abandonment of the rule of reason analysis required by previously established case law." *Inergy Propane, LLC v. Lundy, 2009 OK CIV APP 8, 219 P.3d 547.* <https://www.courtlistener.com/opinion/2629577/inergy-propane-llc-v-lundy/#:~:text=That%20does%20not%2C%20however%2C%20require,by%20previously%20established%20case%20law.>
171
+
172
+ [^stat-219b-antiraid]: **15 O.S. § 219B** — "A contract or contractual provision which prohibits an employee or independent contractor of a person or business from soliciting, directly or indirectly, actively or inactively, the employees or independent contractors of that person or business to become employees or independent contractors of another person or business shall not be construed as a restraint from exercising a lawful profession, trade or business of any kind." *Okla. Stat. tit. 15, § 219B.* <https://oksenate.gov/sites/default/files/2022-05/os15.pdf>
173
+
174
+ [^stat-218-goodwill]: **15 O.S. § 218** — "One who sells the goodwill of a business may agree with the buyer to refrain from carrying on a similar business within a specified county and any county or counties contiguous thereto, or a specified city or town or any part thereof, so long as the buyer, or any person deriving title to the goodwill from him carries on a like business therein. Provided, that any such agreement which is otherwise lawful but which exceeds the territorial limitations specified by this section may be deemed valid, but only within the county comprising the primary place of the conduct of the subject business and within any counties contiguous thereto." *Okla. Stat. tit. 15, § 218.* <https://oksenate.gov/sites/default/files/2022-05/os15.pdf>
175
+
176
+ [^stat-219-partners]: **15 O.S. § 219** — "Partners may, upon or in anticipation of a dissolution of the partnership, agree that none of them will carry on a similar business within a specified county and any county or counties contiguous thereto, or a specified city or town or any part thereof. Provided, that any such agreement which is otherwise lawful but which exceeds the territorial limitations specified by this section may be deemed valid, but only within the county comprising the primary place of the conduct of the business of the subject partnership and within any counties contiguous thereto." *Okla. Stat. tit. 15, § 219.* <https://oksenate.gov/sites/default/files/2022-05/os15.pdf>
177
+
178
+ [^berry-218-goodwill]: **Berry & Berry Acquisitions, LLC v. BFN Props. LLC** — "We have consistently upheld non-compete agreements to protect business goodwill pursuant to § 218." *Berry & Berry Acquisitions, LLC v. BFN Props. LLC, 2018 OK 27, 416 P.3d 1061.* <https://www.courtlistener.com/opinion/4483518/berry-berry-acquisitions-llc-v-bfn-props-llc/#:~:text=We%20have%20consistently%20upheld%20non%2Dcompete,goodwill%20pursuant%20to%20%C2%A7%20218.>
179
+
180
+ [^eakle-218-reform]: **Eakle v. Grinnell Corp.** — "The Oklahoma Supreme Court has held that non-compete agreements in connection with the sale of goodwill, which are otherwise valid, are subject to modification with respect to the territorial restrictions found in section 218." *Eakle v. Grinnell Corp., 272 F. Supp. 2d 1304 (E.D. Okla. 2003).* <https://www.courtlistener.com/opinion/2296282/eakle-v-grinnell-corp/#:~:text=The%20Oklahoma%20Supreme%20Court%20has,restrictions%20found%20in%20section%20218.>
181
+
182
+ [^bayly-appreciable-interest]: **Bayly, Martin & Fay, Inc. v. Pickard** — "Court held that the sale of an appreciable amount of stock, there 20%, could constitute a sale of good will within the meaning of § 218." *Bayly, Martin & Fay, Inc. v. Pickard, 1989 OK 122, 780 P.2d 1168.* <https://www.courtlistener.com/opinion/1190912/bayly-martin-fay-inc-v-pickard/#:~:text=Court%20held%20that%20the%20sale,the%20meaning%20of%20%C2%A7%20218.>
183
+
184
+ [^stat-219a-void-consideration]: **15 O.S. § 219A** — "Any provision in a contract between an employer and an employee in conflict with the provisions of this section shall be void and unenforceable." *Okla. Stat. tit. 15, § 219A(B).* <https://oksenate.gov/sites/default/files/2022-05/os15.pdf>
185
+
186
+ [^outsa-injunction]: **78 O.S. § 87** — "Actual or threatened misappropriation may be enjoined." *Okla. Stat. tit. 78, § 87(A).* <https://oksenate.gov/sites/default/files/2022-05/os78.pdf>
187
+
188
+ [^eakle-public-policy]: **Eakle v. Grinnell Corp.** — "As this general rule recognizes, however, the forum court will not apply the law chosen by the contracting parties should doing so violate the public policy of the forum state." *Eakle v. Grinnell Corp., 272 F. Supp. 2d 1304 (E.D. Okla. 2003).* <https://www.courtlistener.com/opinion/2296282/eakle-v-grinnell-corp/#:~:text=As%20this%20general%20rule%20recognizes%2C,policy%20of%20the%20forum%20state.>
189
+
190
+ [^griffin-order]: **Griffin v. Howmedica Osteonics Corp.** — "Plaintiff has therefore not met his burden of showing that exceptional circumstances exist that counsel against transfer to the contractually selected forum." *Griffin v. Howmedica Osteonics Corp., No. 25-CV-302-JFJ (N.D. Okla. Oct. 2, 2025).* <https://www.courtlistener.com/docket/70562720/21/griffin-v-howmedica-osteonics-corporation/#:~:text=Plaintiff%20has%20therefore%20not%20met,to%20the%20contractually%20selected%20forum.>
191
+
192
+ [^griffin-forum-selection]: **GableGotwals — Restrictive Covenants for Oklahoma Employees: Lessons from Griffin v. Stryker** — "The court acknowledged Oklahoma’s strong policy against non-competes and said if the case stayed in Oklahoma, it would ‘likely’ find the non‑competition/non‑solicitation provisions void. Nevertheless, it concluded that Oklahoma’s policy interest did not constitute the type of ‘exceptional circumstance’ needed to override the parties’ mandatory Michigan forum selection, and it also referenced judicial interests against forum shopping and a race to the courthouse." *GableGotwals, Restrictive Covenants for Oklahoma Employees: Lessons from Griffin v. Stryker (Feb. 26, 2026).* <https://www.gablelaw.com/restrictive-covenants-for-oklahoma-employees-lessons-from-griffin-v-stryker/>
193
+
194
+ [^sb1543-enrolled]: **Enrolled Senate Bill 1543 (2024)** — "A person who makes an agreement with an employer, whether in writing or verbally, not to compete with the employer after the employment relationship has been terminated, shall be permitted to engage in the same business as that conducted by the former employer or in a similar business as that conducted by the former employer as long as the former employee does not directly solicit, directly or indirectly, actively or inactively, the sale of goods, services or a combination of goods and services from the established customers or independent contractors of the former employer." *Enrolled S.B. 1543, 59th Leg., 2d Reg. Sess. (Okla. 2024) (vetoed).* <https://www.oklegislature.gov/cf_pdf/2023-24%20ENR/SB/SB1543%20ENR.PDF>
195
+
196
+ [^mcafeetaft-sb1543-veto]: **McAfee & Taft — Oklahoma Legislature Passes Bill Broadening Scope of Permissible Non-Solicitation Agreements** — "UPDATE: Oklahoma Governor Kevin Stitt vetoed this bill April 30, 2024, and the Legislature did not override the veto in the 2024 legislative session." *McAfee & Taft, Oklahoma Legislature Passes Bill Broadening Scope of Permissible Non-Solicitation Agreements (Apr. 2024).* <https://www.mcafeetaft.com/oklahoma-legislature-passes-bill-broadening-scope-of-permissible-non-solicitation-agreements/>