Voting

How to Run a Formal HOA Vote Online

8 min readApril 15, 2026Updated May 1, 2026

Most HOA boards face the same problem once or twice a year. A budget needs approval. A board seat needs an election. A bylaw amendment needs ratification. The votes are legally binding under your CC&Rs, but the only tools designed for formal voting cost two hundred to eight hundred dollars per election and treat your community like a corporate annual meeting. This guide walks through exactly how to run a formal HOA vote online with a process that costs nothing extra and produces a record your attorney can verify.

Why paper ballots are not the answer anymore

Paper ballots were the default because there was no alternative. The problems are well documented: difficult to count accurately, impossible to audit after the fact, easy to challenge on procedural grounds, and dependent on one person being in the right place at the right time. The pandemic accelerated the shift to online voting for HOAs, and most state statutes now permit electronic voting explicitly. The remaining question is not whether to move online but which process produces a record that holds up.

The four things every formal vote needs

Regardless of what your community is voting on, a legally defensible HOA vote requires four things:

  1. Eligibility verification. One vote per property, not per person. A household with multiple adult residents should cast one ballot, not several.
  2. Quorum tracking. You need to know whether enough eligible households have participated before the vote can be certified. This must happen before the deadline, not after counting paper ballots the next morning.
  3. A defensible record. The canonical question, the options, who voted, and what they voted for must be preserved in a way that cannot be altered after the fact. A spreadsheet does not qualify.
  4. A close moment that nobody can dispute. The vote must have a specific timestamp at which no further ballots are accepted and the final tally is locked.

How online voting solves each of these

Eligibility verification on paper depends on someone checking a list at a door. Online voting ties each ballot to a persistent identifier that cannot be reused. In a token-based system, the identifier is the household code, not an email address. That distinction matters: email addresses can be shared or duplicated, but a household code is issued to exactly one physical address.

Quorum tracking on paper requires counting returned envelopes and comparing the total to your household roster. You find out whether quorum was reached after the voting period ends. Online voting shows quorum progress in real time. A board watching the dashboard at 48 hours before close knows whether to send reminders. A board watching at 6 hours before close knows whether to extend the deadline.

A defensible record requires something more than a PDF of results. The data underlying the PDF must be preserved in a way that proves it has not changed. Cryptographic hashing, specifically SHA-256, is the standard approach. The hash is computed from the canonical vote record and stamped on the certified document. Anyone who receives that document can verify it by re-computing the hash from the original data.

A close moment is built into any properly configured online vote. The administrator sets a close date and time. When that moment passes, the ballot locks. Nobody can add a vote, change a vote, or remove a vote. The timestamp is the final ledger entry.

The three ballot modes you actually need

Not every HOA vote should be conducted the same way. There are three distinct modes, and choosing the wrong one creates either governance problems or community relations problems.

Secret ballot

A secret ballot hides per-household choices. Vote counts are visible in real time, but no one can see how individual households voted. This mode is appropriate for contested board elections, any vote where residents might experience social pressure, and any vote where the board wants to protect anonymity as a governance principle. Many state statutes require secret ballots for board elections specifically.

Signed ballot

A signed ballot records which household voted for which option. The board can see the full per-household record; residents cannot see how their neighbors voted. This mode is appropriate for special assessments and budget approvals where the board needs to defend the result to an auditor or attorney. It creates a record that can answer the question: which households approved this assessment?

Open ballot

An open ballot lets everyone see how everyone voted, in real time. This mode is appropriate for informal community preference checks and any vote where the board wants to encourage visible participation. It is not appropriate for contested elections or any vote that could expose residents to retaliation or social pressure.

What quorum percentage should your community require

The answer depends on what your CC&Rs say, what your state statute requires, and what kind of vote you are running. The four thresholds that appear most often in HOA governance documents:

  • 25%: A common floor for routine operational decisions. Low enough to be achievable in most communities but only appropriate for decisions that do not fundamentally change how the community operates.
  • 33%: The standard threshold for board elections and mid-stakes governance decisions. One third of households is achievable in most engaged communities.
  • 50% plus one: The majority-participation standard for major decisions, including special assessments. More than half of all eligible households must participate for the vote to be valid.
  • 67%: The near-consensus standard for CC&R amendments and fundamental changes to community governance. Required by statute in several states for this category of vote.

Your CC&Rs specify the quorum requirement for each category of vote. State statutes may impose minimums that override lower CC&R thresholds. Before running any formal vote, identify which category applies and what percentage that category requires. If your CC&Rs are silent on a specific category, your state HOA statute is the default.

Certification: the step most boards skip

Most online voting tools produce a results PDF. Most boards stop there. A PDF showing vote totals is not a certified record. It is a formatted summary that anyone with a PDF editor could modify without leaving a trace.

What makes a record tamper-evident
A SHA-256 hash is a 64-character string computed from the exact canonical data underlying the vote. If any piece of that data changes, even by a single character, the hash changes entirely. If the hash on the PDF matches the hash recomputed from the original data, the record has not been altered.

The canonical data includes the poll title, the question text, each option, the vote totals, the household count at close, and the close timestamp. It is sorted deterministically so the same data always produces the same hash, regardless of when the computation runs. This means the hash can be verified months or years after the vote without access to the original system.

The certified PDF is the document your attorney will ask for if anyone challenges the vote. It is also the document your board keeps in the minutes as the official record of the decision.

What this looks like in MyHOAPortal

The board creates a poll from the admin panel. They set the question, the options, the ballot mode, the quorum percentage, and the close date. The portal enforces one vote per household using the household code that is already in the system from onboarding. No voter list to import. No separate credential to manage.

While the poll is open, the board watches the real-time quorum dashboard. The percentage climbs as households vote. If quorum looks unlikely, the board can extend the deadline or distribute reminder slips to households that have not yet voted.

When the close date arrives, the poll locks automatically. The board selects Certify. The portal builds the canonical record, computes the SHA-256 hash, updates the poll record with the hash and the household count at close, generates the certified PDF, and uploads it to encrypted storage. The board downloads the PDF and stores it with the board minutes. The whole process takes about five minutes of board time.

Do online votes hold up in court?

Generally yes, provided the process was properly documented and followed your CC&Rs and state statute. A certified record with a SHA-256 hash is more tamper-evident than a paper ballot box and easier to audit than a spreadsheet. The legal defensibility of any specific vote depends on your state, your CC&Rs, and whether proper notice was given. Consult your HOA attorney before running your first formal vote.

What if a resident does not have internet access?

Token-based systems do not require email. The household receives a physical code they type at a URL. If a resident cannot access the internet, the board can accept a paper proxy ballot before the close date, depending on what your CC&Rs allow. The board member who holds the proxy can cast the ballot using the household token.

Can renters vote?

This depends on your CC&Rs. Most HOA governing documents restrict voting rights to owners, not tenants. If your CC&Rs grant voting rights to owners only, the household token should be controlled by the owner, who may or may not share it with their tenant.

How do we handle proxy votes?

Proxy voting rules vary by state and by community. If your CC&Rs permit proxy voting, the board can designate a specific process for collecting written proxies before the close date. The proxy holder would cast the ballot using their own household token. Check your CC&Rs and state statute for the specific rules that apply.

What if quorum is not reached?

If quorum is not reached by the close date, the vote fails. Most HOA statutes and CC&Rs address what happens next: the board may be able to adjourn and reconvene at a lower quorum threshold, or they may need to wait for the next scheduled meeting. Check your CC&Rs and consult your attorney for guidance specific to your community and the type of vote in question.

Run your next formal vote in the same portal your residents already use. $228 per year, unlimited votes included.

See pricing
Related articles
Governance

What Quorum Does Your HOA Actually Need?

Most HOA boards know they need quorum to pass a vote, but far fewer know their exact threshold, how to calculate it, or what to do when they fall short. This guide covers the math, the common percentages, and the practical question every board eventually faces.

6 min readApr 22, 2026
Voting

Secret vs Signed vs Open Ballots for HOA Votes

Not every HOA vote should be anonymous, and not every vote should be public. The choice between secret, signed, and open ballots is a real governance decision with legal implications. This guide explains each mode and when state law or your CC&Rs may require one over the others.

7 min readApr 29, 2026
Comparison

The True Cost of HOA Software in 2026

The cheapest mainstream HOA management platform starts at $30 per month. Per-vote voting services run $200 to $800 per election. Document storage often requires the premium tier. For a 100-household community, the real all-in cost is closer to $3,000 per year than the $500 most boards expect.

6 min readMay 13, 2026

Run your community on MyHOAPortal.

$228 per year. Setup in 5 minutes. Any community size.

Get started →