Arrests reported by San Joaquin County Sheriff (2025)

View all arrests reported by San Joaquin County Sheriff

Local Crime News provides daily updates of arrests in all cities in California.

Showing records 1 - 20 out of 405,082 matching results.

Hint:

Register for a free Local Crime News membership for unlimited search results.

Karla
Meza

Age: 36 – Stockton, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

243(E)(1), 647(F)...

View Arrest Details

Torrey
Ashford

Age: 20 – Stockton, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

211, 594(B)(1)...

View Arrest Details

Angel M.
Reyes

Age: 62 – Stockton, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

422(A)...

View Arrest Details

Michael A.
Naranjo

Age: 56 – Ripon, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

243(E)(1)...

View Arrest Details

Christopher F.
Romo

Age: 30 – Stockton, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

1203.2, 273.5(A), 273.6(A)...

Jayson D.
Hughes

Age: 46 – Manteca, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

148.1(A), 422(A)...

View Arrest Details

Valentino R.
Maes

Age: 27 – Stockton, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

273.5(A)...

View Arrest Details

Dijon L.
Edmond

Age: 36 – Stockton, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

1203.2, 166(C)(1), 243(E)(1), 273.6(A), 273A(B), 27315(D), 2...

View Arrest Details

Jose A.
Contrerashernandez

Age: 34 – Stockton, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

3455...

View Arrest Details

Jairo
Dominguez

Age: 36 – Manteca, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

148(A)(1), 647(F)849B.2...

View Arrest Details

Juan
Aguirre

Age: 29 – Campbell, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

1551(A), 182(A)(1), 459, 487(A), 490.4(A)(1)...

View Arrest Details

Francisco
Castelarpantoja

Age: 36 – San Jose, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

135, 182(A)(1), 459, 487(A), 490.4(A)(1)...

View Arrest Details

Mario G.
Bonanni

Age: 36 – Manteca, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

273A(A), 24610, 25100(A), 246.3(A)...

View Arrest Details

Jason K.
Snyder

Age: 54 – Ripon, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

243(E)(1), 23152(A), 23152(B), 30605(A), 32310...

View Arrest Details

Jessereet
Matfallu

Age: 26 – Lodi, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

166(C)(1), 243(E)(1), 273.6(A), 14601.2(A), 20002(A), 23153(...

View Arrest Details

Ester
Simas

Age: 57 – Lodi, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

243(E)(1)...

View Arrest Details

Gonzalo
Perez

Age: 36 – Stockton, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

23152(A), 23152(B)...

View Arrest Details

Louie M.
Millan

Age: 36 – Lodi, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

148(A)(1)...

View Arrest Details

Andres
Romerobuitron

Age: 38 – Modesto, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

286(B)(1), 288.5(A), 287 (C)(1)...

View Arrest Details

Alicia
Zuniga

Age: 28 – Stockton, CA

County: San Joaquin
Reported On: Oct 09, 2024
Arrested For:

166(C)(1)...

View Arrest Details

Not logged in: Only the first 3 pages of results are available.

Page 1 of 20,255



LocalCrimeNews

Are you tired of spending hours every day searching for arrest news?

We can deliver customized results directly to your inbox! Click here to find out how.


Follow Us on Social Media

Quick Links

City List

Statistics

Crime Code Lookup

About Us

Privacy Policy

Contact Us

FAQ

Arrest Information

The information contained on this website is protected by constitutional, publishing, and other legal rights. Persons named have only been arrested on suspicion of the crime indicated and are presumed innocent.

Arrests reported by San Joaquin County Sheriff (6)

Arrests reported by San Joaquin County Sheriff (8)

Arrests reported by San Joaquin County Sheriff (9)

Arrests reported by San Joaquin County Sheriff (10)

Arrests reported by San Joaquin County Sheriff (11)

'}); setTimeout(function () { //$.unblockUI(); }, 1500); $('#saveSearchCancel').click(function(e){ $.unblockUI(); }); }else{ $.blockUI({ message: '' }); setTimeout(function () { $.unblockUI(); }, 1500); } }else{ alert(' error'); } } }); }else{ $.blockUI({ message: '

You must have a First name, or Last name, or a City to save.

' }); setTimeout(function() { $.unblockUI(); }, 2000); } }); $('#notLoggedInSave').click(function(e){ window.location = '/welcome/myAccount'; }); function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for(var i = 0; i 30){ writeCookie ("fistTime", myCookie, 15); } if(diffMins > 60){ var secondCookie = getCookie("fistWarning"); if (secondCookie == '') { document.cookie = "fistWarning=" + n; $("#cookieModal").modal(); }else{ var diff =(n - secondCookie) / 1000; diff /= 60; var secondDiff = Math.abs(Math.round(diff)); console.log('second secondDiff '+ secondDiff); if(secondDiff > 10){ document.cookie = "fistWarning=" + n; $("#cookieModal").modal(); } } } } } function writeCookie (key, value, hours) { var date = new Date(); // Get milliseconds at current time plus number of hours*60 minutes*60 seconds* 1000 milliseconds date.setTime(+ date + (hours * 3600000)); //60 * 60 * 1000 window.document.cookie = key + "=" + value + "; expires=" + date.toString() + "; path=/"; return value; }; function msToTime(duration) { var date = new Date(duration);// Milliseconds to date var t=date.toString().split(" "); return(t[4]); } //Load Sidebar last so that it doesn't break flow on mobile. $("#LCNSideBar").show();
Arrests reported by San Joaquin County Sheriff (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Aron Pacocha

Last Updated:

Views: 5691

Rating: 4.8 / 5 (48 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Aron Pacocha

Birthday: 1999-08-12

Address: 3808 Moen Corner, Gorczanyport, FL 67364-2074

Phone: +393457723392

Job: Retail Consultant

Hobby: Jewelry making, Cooking, Gaming, Reading, Juggling, Cabaret, Origami

Introduction: My name is Aron Pacocha, I am a happy, tasty, innocent, proud, talented, courageous, magnificent person who loves writing and wants to share my knowledge and understanding with you.