Skip to main content
Proxy Basics

What States Allow Marriage by Proxy? The Complete Legal & Technical Guide [2026]

7 min read

What States Allow Marriage by Proxy: A Legal and Technical Analysis

In the complex landscape of family law, "Marriage by Proxy" represents a fascinating intersection of legal flexibility and logistical necessity. For most of history, marriage required *consent* and *presence*. However, as global conflicts and pandemics have altered human movement, specific jurisdictions have adapted to allow unions where one or both parties are represented by a stand-in.

This guide provides a comprehensive breakdown of the specific states permitting these unions, the technical statutory requirements, and the verification mechanisms used to validate these unusual marital bonds.

The Four Jurisdictions: A Technical Breakdown

While the concept appears archaic, proxy marriage is a functioning legal mechanism in four primary US jurisdictions. The technical requirements, however, vary significantly by state.

1. Montana: The Double Proxy Standard

Montana (specifically MCA 40-1-301) is the most critical jurisdiction for proxy marriage because it is the only state that does not require the absent party to be a member of the armed forces.

  • The Mechanism: Montana allows for "Double Proxy" marriages. This means neither the bride nor the groom needs to be present. They can be in different countries, represented by two separate proxies who stand before the notary/officiant.
  • The Technical Requirement: The law requires that the marriage be solemnized by an active judge, a justice of the peace, or a certified officiant. Crucially, Montana law was amended in the 1990s to restrict this somewhat, but unlike other states, it does not explicitly forbid non-military personnel from utilizing it, provided the officiant agrees.
  • Affidavits: The absent parties must execute notarized affidavits authorizing their specific proxies to act on their behalf.
  • 2. Texas: Military Exclusive

    Texas law (Family Code Title 1, Subtitle A) permits proxy marriages, but it applies a strict "gatekeeper" logic.

  • The Technical Filter: Texas strictly limits this to active duty military personnel who are currently stationed at a location that prevents their attendance (e.g., overseas deployment or a remote post).
  • Verification Protocol: The absent party must provide a statement of service signed by their commanding officer. This is a hard technical requirement; without the military verification, the County Clerk cannot issue the license.
  • Single Proxy: Texas generally requires one party to be present. If the groom is deployed, the bride (or her proxy) and the groom's proxy must be present at the ceremony.
  • 3. Colorado: Absentee Affidavits

    Colorado permits proxy marriage under C.R.S. 14-2-109.

  • Scope: Similar to Texas, this is frequently utilized for military personnel. However, the statutory language is slightly less restrictive than Texas, often allowing for "incarcerated" or "extenuating circumstances" if the officiant validates the cause.
  • Procedure: The absent party must provide a notarized document affirming their intent to marry and authorizing the proxy. The proxy stands in the physical location of the ceremony.
  • 4. California: The Limited Deployment Exception

    California is the most restrictive of the four. Family Code Section 420 allows for proxy marriage only in very specific instances.

  • Confined Personnel: This applies to members of the Armed Forces who are currently deployed or hospitalized/stranded due to service obligations.
  • Comparison of Proxy Marriage Statutes (2025)

    The following table illustrates the technical differences in statutes across the allowing states.

    | State | Double Proxy Allowed? | Military Requirement | Physical Presence | Key Statute / Code | | :--- | :---: | :---: | :---: | :--- | | Montana | Yes | No | Neither party | MCA 40-1-301 | | Texas | No | Yes | One party | Family Code Sec. 2.001-2.002 | | Colorado | No | Usually | One party | C.R.S. 14-2-109 | | California | No | Yes | One party | Family Code § 420 |

    Legal Validity: The Data Transfer of Marital Status

    A common misconception is that a proxy marriage performed in Montana is "less legal" in New York. From a data perspective, this is incorrect. The marriage license is a record of a contract. Once that contract is executed and recorded in the county clerk's database (e.g., Fergus County, Montana), it creates a valid legal entity: the marriage.

    Under the Full Faith and Credit Clause of the US Constitution, other states must recognize this marriage.

    Use Case Analysis: 1. Immigration: US Citizenship and Immigration Services (USCIS) accepts proxy marriages for spousal visa applications (CR-1/IR-1), provided the marriage was consummated after the wedding. 2. Benefits: The Department of Defense and Social Security Administration recognize these marriages for benefits allocation, provided a certified copy of the marriage certificate is presented.

    The Technical Process: How a Double Proxy Marriage Works

    For those utilizing the "Double Proxy" method (exclusively available in Montana), the process involves a specific chain of data verification. Here is the workflow:

    1. Acquisition of Documents: Both parties must complete the marriage license application via mail/fax with the specific Montana county. 2. Authorization: They must sign a notarized "Affidavit of Absent Party." This document authorizes a designated proxy to stand in their place. The proxy can be anyone over 18. 3. The Ceremony: The two proxies meet with the officiant in Montana. The officiant verifies the identities of the proxies, who sign the register on behalf of the absent couple. 4. Filing: The officiant files the license with the County Recorder. The record is digitized, creating the official certificate.

    Proxy Marriage vs. "Online" Weddings

    It is vital to distinguish between *Marriage by Proxy* and *Remote Marriages* (often confused due to the pandemic).

  • Proxy: Involves a physical stand-in. The absent party is not a witness to the ceremony in real-time via video in strict traditional interpretations, though modern Montana officiants often facilitate a video call so the couple can watch their proxies get married.
  • Remote/Zoom: In 2020/2021, some states (like New York and Utah temporarily) allowed the couple to appear via video conference without a proxy. This is not proxy marriage. This is "Remote Solemnization."
  • Important Note: As of 2025, Utah allows *online* weddings (via the Utah County Clerk's pilot program), but this requires the couple to be present on Zoom. This is distinct from Proxy Marriage where someone else stands in for you physically.

    Python Implementation: Validating Jurisdiction Eligibility

    Below is a Python snippet designed to help determine basic eligibility for proxy marriage based on the logic discussed. This is a simplified decision tree for educational purposes.

    class ProxyMarriageEligibility:
    

    def __init__(self, state_residence, is_military, partner_present, location): self.state_residence = state_residence.lower() self.is_military = is_military self.partner_present = partner_present self.location = location.lower() # Where they want to marry

    def check_eligibility(self): # Montana Logic (Only state allowing double proxy) if self.location == 'montana': return { "Status": "Eligible", "Type": "Double Proxy", "Note": "Both parties can be absent." }

    # Texas Logic if self.location == 'texas': if self.is_military: return { "Status": "Eligible", "Type": "Single Proxy", "Note": "Military only. One party + Proxy must attend." } else: return {"Status": "Ineligible", "Reason": "Military status required in TX."}

    # Colorado Logic if self.location == 'colorado': if self.is_military or not self.partner_present: # Colorado requires a bit of discretion, but usually military/incarceration return { "Status": "Likely Eligible", "Type": "Single Proxy", "Note": "Requires approval by officiant/clerk due to absence." }

    return {"Status": "Ineligible", "Reason": "State does not permit proxy marriage."}

    Example Usage

    case_1 = ProxyMarriageEligibility('NY', False, False, 'Montana') print(f"Montana Case: {case_1.check_eligibility()}")

    case_2 = ProxyMarriageEligibility('CA', True, False, 'Texas') print(f"Texas Military Case: {case_2.check_eligibility()}")

    The Role of the Proxy Agent

    If you are hiring a professional proxy service (common in Montana), you are essentially contracting a 'Solemnization Agent.' Their job is not merely to stand there; they act as the legal vessel for your intent.

    Technical Considerations for Proxies:

  • Identity Verification: Proxies must usually provide valid ID to the officiant.
  • Oaths: The proxy takes an oath that they are acting on behalf of the absent party and that they have no conflict of interest (e.g., they are not the former spouse of the person they are representing).

Conclusion

While the majority of US states have abolished the common-law practice of marriage by proxy, Montana, Texas, Colorado, and California retain these statutes for specific necessity-based scenarios. For individuals unable to meet physically due to deployment, incarceration, or extreme logistics, Montana remains the sole gateway for Double Proxy Marriage, providing a legally binding path to matrimony without the need for physical presence from either party.

Share: