KailØ

How do serotonin levels change when it has to make friends elsewhere?

I can't sleep, so what else to do.

On Reddit, in one (non)specific subreddit, this question is asked relatively often.

Mostly in the context of people being afraid to start antidepressants precisely because of their difficult beginnings and fearing that it will be permanent - the fear of weight gain, fatigue, emotional blunting, etc.

All these feelings are completely justified. What is often overlooked, though, is the classic survivorship bias. These fears are based primarily on posts from users experiencing the most severe side effects. Those who actually find relief and don't go through a major hell simply live their lives and don't have the tendency to write essays about it on the internet.

But let's be brutally honest with ourselves - we all have completely different morphology and brain chemistry.

And since I have a psychology background, a sick obsession with complex systems, and I love building analytical spreadsheets, I forced myself to put together a visualization. Originally, it was supposed to be an overly simplified table, but then I realized the human body isn't an Excel cell and a pill doesn't teleport into the bloodstream. For it to have any real informational value, we had to go deeper.

SO.

Checklist of things I eventually needed:


1. Escitalopram elimination half-life and treacherous liver

Escitalopram has a biological half-life of roughly 30 hours on average after repeated dosing.

The biological elimination half-life is the time required for the concentration of a drug in the plasma to decrease to half of its initial value.

But here is where reality steps in. Those 30 hours apply if you have an averagely functioning CYP2C19 liver enzyme. If you are a "rapid metabolizer," your body might clear the drug in just 27 hours. If you are "slow," it can take up to 50 hours.

Absorption to reach maximum concentration (Tmax) takes roughly 4 hours. Originally, I didn't want to account for it, but this gradual, 4-hour filling of the blood is exactly why the pill doesn't launch you into outer space right after swallowing it.

2. The formula for biological reality

IMG_2886 Revising logarithms (read: learning them all over again).

This was one of the hardest parts, as it required logical thinking and a simple exponential decay just wasn't enough. (I won't lie, the internet helped a lot). So the graph wouldn't look like the drug in the blood was shooting straight up like crypto in 2021, the Bateman principle had to be used - a curve that accounts for both the absorption rate (Ka) and the elimination rate (Ke).

Exponential decay half-lifeN(t)=N0(12)tt1/2N0=initial amount of the substance that will decay (mg)Nt=amount that still remains and has not yet decayedt=timet1/2=biological elimination half-life

3. Finding the therapeutic window and the S-DCT phenomenon

Measuring just "mg in the body" is misleading. To know if the treatment is working, we care about the blood plasma concentration (ng/mL). And that requires knowing the person's weight and volume of distribution (Vd). The safe and functional therapeutic window for Lexapro is roughly 15 to 80 ng/mL.

Another nuance - when Escitalopram breaks down in the liver, it doesn't just disappear. It turns into a metabolite called S-desmethylcitalopram (S-DCT). This is still active in the brain, just much more weakly, but it has a crazy half-life of 50 hours. So in the final dataset, we are actually tracking two curves, not one.

4. Excel and dynamic dosing

I don't know advanced arrays in Excel, so I did it the old-school way and broke everything down (don't judge me). Because psychiatrists usually won't blast you with a full dose on day one, the model accounts for the fact that you might take 5mg for the first 7 days and 10mg the following week. The columns thus add up the overlaps of old, still-circulating remnants of the dose with the new ones.

Excel equation for basic decay:

=N0·0.5(day1·24+time\_of\_admin)(day1·24+time\_of\_admin)t1/2

5. Functional dataset

Amount during the first twenty-eight days and the ramp-up to steady-state Screenshot 2026-08-09 124655 Screenshot 2026-08-09 125442 Screenshot 2026-08-09 125431

Half-life concentration by days (including absorption and elimination) Screenshot 2026-08-09 124705

Conclusion

You can beautifully see in the graph what happens. The first five to six days are an absolute rollercoaster from a chemistry perspective. Serotonin levels in the synapses rise, the body fights it, and the brain has to process this brutal change. It takes roughly just under a week of regular dosing (or after every dose increase) for the concentration to reach a so-called steady-state. It stops fluctuating wildly and settles at a functional level. That is exactly the moment when the most severe side effects usually start to fade away.

[Bonus] What happens after abrupt discontinuation

If you ever want to stop - maybe for the therapeutic effects of LSD, Psilocybin, or you just run out of meds - you are in for a hell of a ride for the first seven days. But you also know how long to wait so you don't get serotonin syndrome.

Screenshot 2026-08-09 125727 Screenshot 2026-08-09 125719

[Bonus 2] Interactive table

If you want to test out different meds, or perhaps adjust the amounts, I've prepared this simple interactive table.

Embeddable Lexapro Clinical Model

Escitalopram Pharmacokinetics

1-Compartment Bateman Clinical Simulation Engine

Status: Live Simulation
Calculating...

Patient & Kinetics

...
...

Therapeutic Window

28-Day Titration

Daily dose (mg). Use '0' to skip.

Daily Analytics

Day Dose Cmax (ng/mL) Cmin (ng/mL) Accumulation

Hourly Raw Data

Hour Day Dose (mg) Plasma (ng/mL)

!READ!

I wash my hands of all responsibility for the provided data.

First, there are many types of antidepressants. I am mentioning strictly escitalopram here, which belongs to the class of selective serotonin reuptake inhibitors (SSRIs). And second, the data and graphs for them are created as an analytical model for informational purposes, not as a medical diagnosis.

It completely ignores very important variables:


References

https://www.ncbi.nlm.nih.gov/

https://www.nlm.nih.gov/

https://en.wikipedia.org/wiki/Escitalopram

https://en.wikipedia.org/wiki/Half-life

https://en.wikipedia.org/wiki/Exponential_decay

https://www.mayoclinic.org/diseases-conditions/depression/in-depth/ssris/art-20044825

https://www.drugs.com/article/drug-half-life.html


TL;DR: Starting antidepressants (specifically SSRIs) is a shock to the brain. Mathematically, it takes roughly a week before the drug level in the blood and brain stabilizes (the steady-state) due to the half-life and metabolic rate. Until then, you experience a chemical rollercoaster, which explains most of the temporary, albeit unpleasant, side effects that people on Reddit love to write horror stories about. Hang in there.

#thoughts #writing