SR Latch

Short for Set-Reset Latch. Made from cross-coupled logic gates. Can be made with NOR or NAND gates.

NOR-based SR Latch

R S Q QN

Uses active HIGH inputs.

SRChange
00No change
10QQ becomes 1
01QQ becomes 0
11Invalid state

NAND-based SR Latch

R S Q QN

Uses active LOW inputs.

SRChange
00Invalid state
10QQ becomes 0
01QQ becomes 1
11No change

Both types have two stable states (Q=1 or Q=0) and maintain their state until inputs change. The invalid state should be avoided as it creates an undefined output.

With Enable Input

> > > > > > > > > >S En R Q QN > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
Written by September 13, 2026 1 min read
Was this helpful?