Lompoc California Arrest Records | Local Crime News (2024)

Latest arrests reported in the Lompoc area.

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

Showing records 1 - 20 out of 21,869 matching results.

Hint:

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

Alejandro
Roa

Age: 27 – Lompoc, CA

County: Santa Barbara
Reported On: Aug 01, 2024
Arrested For:

11370.1(A), 20002(A), 23152(A), 23152(B), 29800(A)1...

View Arrest Details

Rigoberto
Herrera Vargas

Age: 25 – Lompoc, CA

County: Santa Barbara
Reported On: Aug 01, 2024
Arrested For:

182(A)(1), 647(H), 30305(A)(1)...

View Arrest Details

Autumn
Yruegas

Age: 31 – Lompoc, CA

County: Santa Barbara
Reported On: Aug 01, 2024
Arrested For:

459...

View Arrest Details

Michael A.
Holloway

Age: 28 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 31, 2024
Arrested For:

211...

View Arrest Details

Joel A.
Vivanco Herrera

Age: 25 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 31, 2024
Arrested For:

273.6(A)...

Teresa
Gallegos

Age: 34 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 31, 2024
Arrested For:

273.6(A)...

View Arrest Details

Antonio L.
Delgadillo

Age: 32 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 31, 2024
Arrested For:

273.5(A), 594(B)(1), WARRANT...

View Arrest Details

Tieena M.
Rashad

Age: 34 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 31, 2024
Arrested For:

WARRANT...

View Arrest Details

Sabrina J.
Forsyth

Age: 55 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 30, 2024
Arrested For:

WARRANT...

View Arrest Details

Melchor E.
Irazaba Fernandez

Age: 28 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 30, 2024
Arrested For:

23152(A), 23152(B), 23247(E)...

View Arrest Details

Michael A.
Castaneda

Age: 39 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 30, 2024
Arrested For:

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

View Arrest Details

Marcos
Fidelvela

Age: 30 – Lompoc, CA

County: Kern
Reported On: Jul 30, 2024
Arrested For:

11377(A), 11364, 148(A)(1), 69, 979, 459.5(A)...

View Arrest Details

Sabrina J.
Perry

Age: 55 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 29, 2024
Arrested For:

WARRANT...

View Arrest Details

Miguel A.
Barajasorozco

Age: 36 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 29, 2024
Arrested For:

20002(A), 23152(A), 23153(A)...

View Arrest Details

Victoria V.
Alonzorael

Age: 30 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 29, 2024
Arrested For:

243(E)(1)...

View Arrest Details

Marlano
Castanon

Age: 33 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 29, 2024
Arrested For:

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

View Arrest Details

Fabian
Cortez

Age: 36 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 29, 2024
Arrested For:

...

View Arrest Details

Dalton S.
Cullora

Age: 60 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 29, 2024
Arrested For:

211, 243(E)(1)...

View Arrest Details

Richard
Delgado

Age: 32 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 29, 2024
Arrested For:

602(O)...

View Arrest Details

Robert J.
Boanyak

Age: 63 – Lompoc, CA

County: Santa Barbara
Reported On: Jul 29, 2024
Arrested For:

23152(B)...

View Arrest Details

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

Page 1 of 1,094



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.

Lompoc California Arrest Records | Local Crime News (6)

Lompoc California Arrest Records | Local Crime News (8)

Lompoc California Arrest Records | Local Crime News (9)

Lompoc California Arrest Records | Local Crime News (10)

Lompoc California Arrest Records | Local Crime News (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();
Lompoc California Arrest Records | Local Crime News (2024)
Top Articles
Latest Posts
Article information

Author: Ray Christiansen

Last Updated:

Views: 5923

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Ray Christiansen

Birthday: 1998-05-04

Address: Apt. 814 34339 Sauer Islands, Hirtheville, GA 02446-8771

Phone: +337636892828

Job: Lead Hospitality Designer

Hobby: Urban exploration, Tai chi, Lockpicking, Fashion, Gunsmithing, Pottery, Geocaching

Introduction: My name is Ray Christiansen, I am a fair, good, cute, gentle, vast, glamorous, excited person who loves writing and wants to share my knowledge and understanding with you.