S.478-496 BNSS provides the comprehensive framework for bail, bonds, and conditions of release. Bail is the rule and jail is the exception. The BNSS consolidates various forms of bail: bail in bailable offences (right), bail in non-bailable offences (discretion), anticipatory bail, default/statutory bail, and bail conditions.
Legal Framework
| Provision | Subject |
|---|---|
| S.478 BNSS (formerly S.436 CrPC) | Bail in bailable offences (right) |
| S.479 BNSS (formerly S.436A CrPC) | Maximum period for undertrial to be in detention (default bail) |
| S.480 BNSS (formerly S.437 CrPC) | Bail in non-bailable offences (discretionary) |
| S.481 BNSS (formerly S.439 CrPC) | Bail by High Court or Court of Session |
| S.482 BNSS (formerly S.438 CrPC) | Anticipatory bail |
| S.483 | Bail for sick or infirm accused |
| S.484 | Bond on first appearance |
| S.485 | Conditions of bail |
| S.486 BNSS (formerly S.439(2) CrPC) | Cancellation of bail |
| S.487-496 | Bonds, sureties, forfeiture, and discharge |
Why: Personal liberty under Art.21 demands that pretrial detention be the exception. Bail provisions balance individual liberty against the interest of society in ensuring the accused appears for trial, does not tamper with evidence, and does not threaten witnesses.
Example The bail spectrum:
- Bailable (S.478): Ram is arrested for simple hurt (S.115 BNS, max 1 year). He walks up to the duty officer and says "I want bail." The officer must release him on bond. No court hearing needed. Bail is his right like withdrawing money from your own account.
- Non-bailable (S.480): Shyam is arrested for armed robbery (S.309 BNS, max 14 years). He applies for bail before the Sessions Court. The judge weighs: Is Shyam likely to flee? Will he threaten witnesses? What's the gravity of the offence? Then decides bail here is discretionary, like a loan that can be approved or denied.
- Default bail (S.479): Mohan has been in jail for 91 days for a theft (max 3 years). Police haven't filed charge sheet within the 90-day deadline. Mohan has an indefeasible right to bail the State lost its chance by being slow. Even if the offence is serious, he walks out.
The thread connecting all three: liberty is the default; detention needs justification.
Types of Bail
1. Bail in Bailable Offences (S.478) RIGHT
| Feature | Detail |
|---|---|
| Nature | Absolute right; court/police cannot refuse |
| Who grants | Police officer (at station) or court |
| Bond | With or without sureties |
| If unable to furnish surety | Maximum 7 days detention; then personal bond |
| Condition | Cannot be denied on any ground |
2. Bail in Non-Bailable Offences (S.480) DISCRETION
| Factor Considered | Detail |
|---|---|
| Nature and gravity of offence | More serious = more difficult to get bail |
| Punishment prescribed | Death/life = exceptional circumstances only |
| Prima facie case | Strong case against accused = bail may be refused |
| Flight risk | Likelihood of absconding |
| Tampering risk | Possibility of influencing witnesses or evidence |
| Prior criminal history | Relevant but not conclusive |
| Health and age | Relevant consideration |
3. Default/Statutory Bail (S.479)
| Category | Threshold | Mandatory Release |
|---|---|---|
| First-time offender | One-third of maximum sentence served | Yes, on personal bond |
| Other offenders | One-half of maximum sentence served | Yes, on personal bond |
| Death/life imprisonment | Not applicable | Discretionary only |
Why: S.479 prevents the State from indefinitely detaining persons without trial. It is an indefeasible right once the threshold is crossed; even filing of charge sheet after the period does not extinguish the right accrued.
4. Anticipatory Bail (S.482)
| Feature | Detail |
|---|---|
| When | Person apprehends arrest for non-bailable offence |
| Applied to | High Court or Court of Session |
| Effect | If arrested, shall be released on bail |
| Conditions | Court may impose conditions (reporting, surrender passport, etc.) |
| Duration | No fixed limit (earlier CrPC had no limit; some HCs imposed limits) |
| Scope | Available for all non-bailable offences (no exclusion in BNSS) |
5. Bail for Sick/Infirm (S.483)
Court may release on bail if the accused is sick, infirm, or of advanced age, subject to conditions for medical treatment.
Conditions of Bail (S.485)
| Condition | Purpose |
|---|---|
| Surrender passport | Prevent absconding |
| Report to police station | Monitor presence |
| Not leave jurisdiction | Prevent flight |
| Not contact witnesses | Prevent tampering |
| Attend all hearings | Ensure trial proceeds |
| Execute bond | Financial security |
| Electronic monitoring | GPS/ankle tag (new under BNSS) |
Cancellation of Bail (S.486)
Bail may be cancelled if:
- Accused absconds or fails to appear
- Accused tampers with evidence or threatens witnesses
- Accused misuses liberty (commits new offence)
- Changed circumstances warrant revocation
Bail Procedure Flow
%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#fef9c3', 'primaryBorderColor': '#1a1a1a', 'primaryTextColor': '#1a1a1a', 'secondaryColor': '#fde047', 'secondaryBorderColor': '#1a1a1a', 'lineColor': '#1a1a1a', 'textColor': '#1a1a1a', 'fontSize': '14px', 'fontFamily': 'Space Grotesk, DM Sans, system-ui, sans-serif', 'nodeBorder': '2px', 'mainBkg': '#fef9c3', 'edgeLabelBackground': '#FFFDF7'}}}%%
flowchart TD
A(["fa:fa-lock Person Arrested"]):::start
A --> B{"fa:fa-question Bailable?"}:::decision
B -->|Yes| C(("fa:fa-check Bail as RIGHT S.478")):::success
B -->|No| D{"fa:fa-clock Threshold crossed? S.479"}:::decision
D -->|Yes| E(("fa:fa-check Default Bail")):::success
D -->|No| F{"fa:fa-gavel Apply to Court S.480"}:::decision
F -->|Granted| G(("fa:fa-check Bail on Conditions")):::success
F -->|Refused| H["fa:fa-arrow-up Appeal to Higher Court S.481"]:::process
H --> I{"fa:fa-gavel HC/Sessions"}:::decision
I -->|Granted| G
I -->|Refused| J["fa:fa-lock Continues in custody"]:::failure
classDef start fill:#d1fae5,stroke:#1a1a1a,stroke-width:2px,color:#1a1a1a
classDef process fill:#fef9c3,stroke:#1a1a1a,stroke-width:2px,color:#1a1a1a
classDef decision fill:#fde047,stroke:#1a1a1a,stroke-width:2px,color:#1a1a1a
classDef success fill:#86efac,stroke:#1a1a1a,stroke-width:2px,color:#1a1a1a
classDef failure fill:#fecaca,stroke:#1a1a1a,stroke-width:2px,color:#1a1a1a
Recall Check
- What is the distinction between bail as a right and bail as discretion?
- When does the right to default bail under S.479 accrue?
- What conditions can be imposed on bail under S.485?
Key Cases
Gudikanti Narasimhulu v. Public Prosecutor (1978) Gudikanti-Narasimhulu-v-Public-Prosecutor-1978 Issue: What principles govern bail in non-bailable offences? Rule: Bail is the rule, jail is the exception. Refusal of bail is a restriction on personal liberty under Art.21. Held: The relevant considerations are: flight risk, interference with justice, character/antecedents of accused, and nature of accusation. The court must not refuse bail as a matter of routine.
Gurbaksh Singh Sibbia v. State of Punjab (1980) Gurbaksh-Singh-Sibbia-v-State-of-Punjab-1980 Issue: What is the scope and nature of anticipatory bail? Rule: S.438 CrPC (now S.482 BNSS) empowers the court to grant anticipatory bail without limitation of time. Held: Anticipatory bail is a constitutional right flowing from Art.21. It can be granted without time limit. The court should not impose a condition requiring surrender; that would negate the purpose of anticipatory bail. Conditions must be reasonable and not illusory.
Satender Kumar Antil v. CBI (2022) Satender-Kumar-Antil-v-CBI-2022 Issue: What guidelines should govern bail to prevent unnecessary arrest and detention? Rule: Art.21 mandates a bail-friendly approach. Courts must apply a graded system based on offence severity. Held: Classification of offences into categories for bail purposes: (a) punishable up to 3 years: bail at police station level, (b) 3-7 years: bail by lower court as norm, (c) above 7 years: case-by-case judicial assessment. Investigation cannot justify indefinite detention. BNSS S.479 partially codifies this approach.
Distinctions
| Parameter | Regular Bail (S.480) | Anticipatory Bail (S.482) | Default Bail (S.479) |
|---|---|---|---|
| Timing | After arrest | Before arrest | After threshold detention |
| Nature | Discretionary | Discretionary | Indefeasible right |
| Court | Magistrate/Sessions/HC | Sessions/HC only | Any court where case pending |
| Condition | Judicial assessment of factors | Apprehension of arrest | Serving prescribed fraction of sentence |
| Cancellation | Yes (S.486) | Yes (changed circumstances) | Cannot be taken away once accrued |
| For offences | Non-bailable only | Non-bailable only | All offences (except death/life) |
Flashcards
Q: Under S.478, what is the nature of bail in bailable offences? A: An absolute right; court or police cannot refuse.
Q: What is default bail under S.479? A: Mandatory release on personal bond when first-time offender serves one-third (others: one-half) of maximum sentence without charge sheet being filed or trial being concluded.
Q: What is anticipatory bail? A: S.482: direction by HC/Sessions Court that if a person apprehending arrest for a non-bailable offence is arrested, they shall be released on bail.
Q: What factors does the court consider for bail in non-bailable offences? A: Nature of accusation, severity of punishment, flight risk, evidence tampering risk, prima facie case, prior criminal record, health.
Q: Per Gurbaksh Singh Sibbia, can anticipatory bail have a time limit? A: The Supreme Court held anticipatory bail need not have a time limit; it can operate until trial concludes.
Q: What new bail condition does BNSS introduce? A: S.485: electronic monitoring (GPS/ankle tag) as a bail condition.
Q: When can bail be cancelled under S.486? A: When accused absconds, tampers with evidence, threatens witnesses, commits new offence, or misuses bail liberty.
Exam Scenario
A is arrested for an offence punishable with 10 years imprisonment. After 60 days, the police have not filed a charge sheet. A's lawyer applies for default bail under S.479. The prosecution argues that investigation is ongoing and opposes bail. Advise.
Under S.193 BNSS, for offences punishable with 10+ years, death, or life imprisonment, the police have 180 days to file the charge sheet (for other offences: 90 days). Here, only 60 days have elapsed for a 10-year offence. The 180-day threshold under S.479 read with S.193 has not been crossed. A's default bail application is premature and must be rejected. A can apply after 180 days if no charge sheet is filed. However, A can still apply for regular bail under S.480 (discretionary) arguing: (1) delay in investigation without progress, (2) no evidence of flight risk or tampering, (3) per Satender Kumar Antil, investigation convenience cannot justify indefinite detention. The court should assess whether continued detention is proportionate and necessary or whether conditional bail with appropriate safeguards suffices.