See how the matching threshold trades false accepts against false rejects. Compare iris, palm vein, fingerprint, face and voice, then export a PDF.
Pick a biometric modality, drag the sensitivity threshold, and watch the false accept rate and false reject rate move in opposite directions. The chart plots both curves across the full threshold range, marks the crossover point where they meet, and shows a reference line at whatever setting you have chosen. A second chart compares the crossover error rate of five modalities side by side, and the whole analysis exports to PDF with the settings, the comparison table, and a deployment recommendation.
The point of the tool is to make one idea concrete: in any biometric system there is a single knob, and turning it does not make the system better. It moves error from one category to the other. Everything else — procurement decisions, user complaints, security incidents — follows from where you set that knob and whether you understood the trade you were making.
FAR — False Accept Rate. The proportion of impostor attempts the system wrongly accepts. This is the security failure: someone who should not get in, gets in. In the ISO/IEC 19795 vocabulary the equivalent matching-level measure is FMR, false match rate. A FAR of 0.01% means one impostor attempt in ten thousand succeeds.
FRR — False Reject Rate. The proportion of genuine attempts the system wrongly rejects. This is the usability failure: the right person is turned away and has to try again or find a human. The matching-level equivalent is FNMR, false non-match rate. FRR is what generates helpdesk tickets, queues at the door, and pressure to disable the system.
EER — Equal Error Rate, also called CER, the crossover error rate. The single point at which FAR and FRR are equal. It is the standard headline figure for comparing modalities and algorithms, because it collapses the whole curve into one number that does not depend on how a particular deployment is tuned. A lower EER means a fundamentally better discriminator.
A biometric matcher does not answer yes or no. It produces a similarity score between the presented sample and the stored template, and the system compares that score to a threshold. Genuine attempts and impostor attempts each produce a distribution of scores, and those two distributions overlap. That overlap is the entire problem — if they were cleanly separated, any threshold in the gap would give perfect accuracy.
Because they overlap, the threshold slices through both:
They always move in opposite directions. This is the fundamental relationship, and it is why “how accurate is it?” is not a well-formed question about a biometric system until you say at what operating point.
The simulator models this with a pair of exponential curves anchored on the modality’s crossover rate. Writing e for the crossover error rate, k for a modality-specific steepness constant, and t for the threshold on a 0–100 scale:
FAR(t) = e × exp(−k(t − 50))
FRR(t) = e × exp(+k(t − 50))
At t = 50 the exponents vanish and both rates equal e — that is the crossover, marked on the chart. Move ten points up and, for a modality with k = 0.05, FAR is multiplied by exp(−0.5) ≈ 0.61 while FRR is multiplied by exp(0.5) ≈ 1.65. The product FAR × FRR stays constant, which is a compact way of saying the threshold redistributes error rather than removing it. It also means the two rates are reciprocal about the crossover: whatever factor you divide one by, you multiply the other by.
This is a smooth idealisation. Real systems produce ragged empirical curves measured from actual test corpora, and their DET (detection error trade-off) plots have kinks and plateaus. The shape and the direction of the trade are right; treat the specific figures as illustrative rather than as vendor specifications.
| Modality | Crossover rate | Notes |
|---|---|---|
| Iris recognition | 0.01% | Highest accuracy in common use; patterns stable for life; works through glasses and contacts. Needs a specialised near-infrared camera and costs more. |
| Palm vein | 0.08% | Reads the vein pattern inside the palm with infrared. Internal, so hard to spoof, and contactless. Less common infrastructure; degraded by cold hands. |
| Fingerprint | 0.1% | The most deployed modality worldwide. Cheap sensors, fast, well understood. Affected by cuts and dry skin; latent prints can be lifted; contact raises hygiene questions. |
| Facial recognition | 0.5% | Non-intrusive, needs no user training, works at a distance. Sensitive to lighting and angle, drifts as people age, and vulnerable to presentation attacks without liveness detection. |
| Voice recognition | 2.0% | Works over a phone line with no special hardware. Degraded by illness, emotion, and background noise; recordings and synthesis are a real threat. |
A two-hundred-fold spread separates iris from voice at the crossover, but that ordering is not a procurement ranking. Voice is the only one of the five that works over a telephone call. Facial recognition is the only one that works without the subject doing anything. The right question is which modality is accurate enough for the risk, given the channel, the hardware budget, and the population using it.
Set the threshold from the cost of each error type, not from a preference for big numbers:
Two multipliers matter once you leave the single-attempt case. Systems usually allow retries, so the effective FRR per session is much lower than the per-attempt figure — three independent attempts at 5% each leave roughly 0.0125% of users unable to authenticate. The same arithmetic works against you on the FAR side: an attacker who can make thousands of attempts turns a 0.01% per-attempt rate into a near-certainty, which is why rate limiting and lockout matter at least as much as the threshold.
Identification (one-to-many, searching a database of N enrolled subjects) is also far harder than verification (one-to-one, checking a claimed identity). The chance of at least one false match scales roughly with N, so a system that is comfortable verifying 500 employees can produce constant false hits when asked to identify a face against a watchlist of 50,000.
Both metrics assume a cooperative subject presenting a real biometric. They say nothing about presentation attacks — a printed photograph, a silicone finger, a replayed recording, a deepfake video. Defeating those is the job of presentation attack detection, measured separately under ISO/IEC 30107 as APCER and BPCER. A modality with an excellent EER and no liveness detection can be trivially bypassed, which is the practical reason internal biometrics like palm vein hold up well.
Two other rates are worth asking a vendor about: failure to enrol (the proportion of people whose biometric cannot be captured usably at all — worn fingerprints from manual work are the classic case) and failure to acquire (a capture attempt that yields nothing to match). Both hit real users, appear in no accuracy headline, and need a documented alternative path.
Access control is one input to a wider risk picture. Score likelihood and impact with the risk matrix calculator, place identity controls in a framework using the NIST CSF 2.0 control mapper, and build the funding argument with the security business case builder. Where biometrics back a password or replace one, the password strength checker covers the factor most systems still fall back to.
FAR is the rate at which impostors are wrongly accepted — a security failure. FRR is the rate at which genuine users are wrongly rejected — a usability failure. They move in opposite directions as the matching threshold changes.
The EER (or CER) is the point where FAR and FRR are equal. It summarises a whole trade-off curve in one number that is independent of how a specific installation is tuned, which makes it the fairest single figure for comparing modalities or algorithms.
Not by moving the threshold — that only redistributes error. Lowering both means shifting the entire curve: a better sensor, a better matching algorithm, better enrolment samples, or combining modalities. That is why multimodal biometrics exist.
It depends on the relative cost of the two errors. High-security environments accept a higher false reject rate to drive false accepts down; convenience-oriented deployments do the reverse. Above roughly 60 on this scale is security-weighted, around 50 is balanced, below 40 is convenience-weighted.
Of the five modelled here, iris recognition has the lowest crossover error rate, followed by palm vein, fingerprint, face, and voice. Accuracy is only one criterion — hardware cost, the channel available, spoofing resistance, and user acceptance frequently decide the choice.
No. They are representative figures used to model the curves and illustrate the trade-off. Real performance depends on the sensor, the algorithm, the enrolment quality, the environment, and the test population. Ask vendors for results measured under ISO/IEC 19795 on a corpus that resembles your users.
No. FAR measures how often a genuine biometric from the wrong person is accepted. It does not measure resistance to a photograph, a mould, or a recording — that is presentation attack detection, reported separately as APCER and BPCER under ISO/IEC 30107.
Failure to enrol is the proportion of people whose biometric cannot be captured usably at all; failure to acquire is a capture attempt that produces nothing matchable. Neither appears in FAR or FRR, both affect real users, and both need a documented alternative authentication path.
Because every enrolled record is another chance for a false match. The probability of at least one false hit grows roughly in proportion to the size of the gallery, so a threshold that is fine for verifying a claimed identity can produce frequent false matches when searching a large database.
The selected modality and its description, your threshold with the resulting FAR, FRR and crossover rate, a comparison table of all five modalities with accuracy tiers, and a deployment recommendation written to match the threshold you chose.
Biometric performance simulation allows security architects to model how biometric authentication systems behave under real-world conditions before deployment. By adjusting parameters such as false acceptance rate (FAR), false rejection rate (FRR), and population size, teams can predict system accuracy, user experience, and security posture without conducting live trials.
Biometric systems are probabilistic by nature — unlike passwords, which are either correct or incorrect, biometric matching relies on similarity thresholds. This means every biometric deployment involves an inherent tradeoff between security (rejecting impostors) and usability (accepting legitimate users). Understanding this tradeoff quantitatively is essential for choosing the right biometric modality and configuring it properly.
Biometric authentication compares a live sample against an enrolled template and produces a similarity score. If the score exceeds a configurable threshold, the system grants access.
Two primary error metrics define system performance:
| Metric | Definition | Impact |
|---|---|---|
| FAR (False Accept Rate) | Probability that an impostor is incorrectly accepted | Security risk — unauthorized access |
| FRR (False Reject Rate) | Probability that a legitimate user is incorrectly rejected | Usability issue — user frustration |
| EER (Equal Error Rate) | The point where FAR equals FRR | Benchmark for comparing systems |
| FTE (Failure to Enroll) | Percentage of users unable to enroll | Accessibility concern |
| FTA (Failure to Acquire) | Percentage of failed capture attempts | Environmental/hardware issue |
The relationship between FAR and FRR is inverse: lowering the acceptance threshold improves convenience but weakens security, and vice versa. The Equal Error Rate (EER) represents the crossover point and serves as a single-number benchmark for comparing biometric systems.
The Crossover Error Rate (CER), also called the Equal Error Rate (EER), is the point where the False Acceptance Rate (FAR) equals the False Rejection Rate (FRR). A lower CER indicates a more accurate biometric system. CER is the standard metric for comparing biometric system performance across different modalities.
FAR (False Acceptance Rate) is a Type II error where the system incorrectly accepts an unauthorized user. FRR (False Rejection Rate) is a Type I error where the system incorrectly rejects an authorized user. Increasing sensitivity reduces FAR but increases FRR, and vice versa.
Iris recognition generally has the lowest CER (approximately 0.01%), followed by fingerprint, palm vein, facial recognition, and voice recognition. However, accuracy depends on the deployment environment, user population, and implementation quality. This simulator lets you compare modalities side by side.
For high-security environments like data centers or military installations, set sensitivity higher to minimize FAR (false acceptances), accepting that more authorized users will be falsely rejected. For convenience-focused environments like employee time clocks, lower sensitivity reduces user frustration from false rejections.
Biometric authentication is covered in CISSP Domain 5: Identity and Access Management (IAM). Key concepts include biometric accuracy metrics (FAR, FRR, CER), enrollment processes, template storage security, and the tradeoffs between different biometric modalities for physical and logical access control.
Compare federated identity protocols including SAML 2.0, OpenID Connect, OAuth 2.0, and Kerberos. Answer environment and requirement questions to get scored protocol recommendations with visual authentication flow diagrams and a Kerberos troubleshooter.
Check how strong your password is with entropy analysis, crack time estimates, and breach database checks via Have I Been Pwned. 100% client-side.
Comprehensive OAuth 2.0 and OpenID Connect debugging tool. Decode JWT tokens, generate PKCE challenges, test authorization flows, validate redirect URIs, and troubleshoot common OAuth errors - all in your browser.