At Phillips Law Offices, we help people in Waukegan and the surrounding areas when they’ve been hurt because of someone else’s actions. Our team knows how hard it can be to deal with medical bills, missed work, and the pain that comes after an accident. We’re here to listen, answer your questions, and fight for the best possible outcome for you. If you need a personal injury lawyer in Waukegan, IL, you can count on us to stand by your side every step of the way.
We believe everyone deserves fair treatment and a chance to recover what they’ve lost. That’s why we offer a free consultation, so you can talk to us about your case without worrying about any upfront costs. Our office is easy to reach, and our staff is friendly and ready to help. When you choose Phillips Law Offices, you’re choosing a team that truly cares about your future.
var gform;gform||(document.addEventListener(“gform_main_scripts_loaded”,function(){gform.scriptsLoaded=!0}),document.addEventListener(“gform/theme/scripts_loaded”,function(){gform.themeScriptsLoaded=!0}),window.addEventListener(“DOMContentLoaded”,function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>”function”==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(“The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.”),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(“gform_main_scripts_loaded”,()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(“gform/theme/scripts_loaded”,()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(“DOMContentLoaded”,()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(“action”,o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(“filter”,o,r,e,t)},doAction:function(o){gform.doHook(“action”,o,arguments)},applyFilters:function(o){return gform.doHook(“filter”,o,arguments)},removeAction:function(o,r){gform.removeHook(“action”,o,r)},removeFilter:function(o,r,e){gform.removeHook(“filter”,o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+”_”+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){“function”!=typeof(t=o.callable)&&(t=window[t]),”action”==r?t.apply(null,e):e[0]=t.apply(null,e)})),”filter”==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
Request a Free Consultation
-
This field is for validation purposes and should be left unchanged.
/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find(‘#gform_wrapper_4’);var is_confirmation = jQuery(this).contents().find(‘#gform_confirmation_wrapper_4’).length > 0;var is_redirect = contents.indexOf(‘gformRedirect(){‘) >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery(‘html’).css(‘margin-top’), 10) + parseInt(jQuery(‘body’).css(‘margin-top’), 10) + 100;if(is_form){jQuery(‘#gform_wrapper_4’).html(form_content.html());if(form_content.hasClass(‘gform_validation_error’)){jQuery(‘#gform_wrapper_4’).addClass(‘gform_validation_error’);} else {jQuery(‘#gform_wrapper_4’).removeClass(‘gform_validation_error’);}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window[‘gformInitDatepicker’]) {gformInitDatepicker();}if(window[‘gformInitPriceFields’]) {gformInitPriceFields();}var current_page = jQuery(‘#gform_source_page_number_4’).val();gformInitSpinner( 4, ‘https://phillipslawoffices.com/wp-content/plugins/gravityforms/images/spinner.svg’, true );jQuery(document).trigger(‘gform_page_loaded’, [4, current_page]);window[‘gf_submitting_4’] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find(‘.GF_AJAX_POSTBACK’).html();if(!confirmation_content){confirmation_content = contents;}jQuery(‘#gform_wrapper_4’).replaceWith(confirmation_content);jQuery(document).trigger(‘gform_confirmation_loaded’, [4]);window[‘gf_submitting_4’] = false;wp.a11y.speak(jQuery(‘#gform_confirmation_message_4’).text());}else{jQuery(‘#gform_4’).append(contents);if(window[‘gformRedirect’]) {gformRedirect();}}jQuery(document).trigger(“gform_pre_post_render”, [{ formId: “4”, currentPage: “current_page”, abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( “gform_wrapper_4” ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( “span” ); visibilitySpan.id = “gform_visibility_test_4”; gformWrapperDiv.insertAdjacentElement( “afterend”, visibilitySpan ); } const visibilityTestDiv = document.getElementById( “gform_visibility_test_4” ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( ‘gform_post_render’, [4, current_page] ); gform.utils.trigger( { event: ‘gform/postRender’, native: false, data: { formId: 4, currentPage: current_page } } ); gform.utils.trigger( { event: ‘gform/post_render’, native: false, data: { formId: 4, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === ‘attributes’ && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ ‘style’, ‘class’ ], }); } else { triggerPostRender(); } } );} );
/* ]]> */
Why Choose Phillips Law Offices?
People in Waukegan trust Phillips Law Offices because we have a long history of helping clients get results. Our lawyers have decades of experience handling all types of personal injury cases. We know the local courts, the insurance companies, and the best ways to build a strong case for you. Our focus is always on getting you the compensation you need to move forward.
We work on a contingency fee basis, which means you don’t pay us unless we win your case. This takes the worry out of hiring a lawyer. Our team will keep you updated at every stage, explain your options in clear language, and always put your needs first. We’re proud of our reputation for honesty, hard work, and real results.
Our Personal Injury Practice Areas
At Phillips Law Offices, we help with many types of personal injury cases.
-
Bicycle and Pedestrian Accidents
No matter how you were hurt, we’re ready to listen and help you understand your rights. We’ll guide you through the process and work to get you the money you deserve.
What to Do After a Personal Injury Accident in Waukegan
If you’ve been in an accident, your health and safety come first. Get medical attention as soon as possible, even if you think your injuries are minor. Some injuries take time to show up. Keep all your medical records and follow your doctor’s advice.
Try to gather information about what happened. Take photos of the scene, your injuries, and any damage. Get contact information from witnesses if you can. Don’t talk to insurance companies before you’ve spoken with a lawyer. Call Phillips Law Offices for a free consultation so we can help you protect your rights from the start.
Personal Injury Statistics, Illinois
Source: http://apps.dot.illinois.gov/FatalCrash/historicsnapshot.html
How We Help You Maximize Compensation
Our team at Phillips Law Offices works hard to get you the most money possible for your injuries. We look at every detail of your case, gather evidence, and talk to witnesses. We know how to deal with insurance companies and make sure they don’t take advantage of you. If they won’t offer a fair settlement, we’re ready to take your case to court.
We help you get compensation for medical bills, lost wages, pain and suffering, and other costs. Every case is different, so we take the time to understand your situation and fight for what you need. Our goal is to make sure you have the resources to heal and move forward.
Meet Our Waukegan Personal Injury Attorneys
Our lawyers are dedicated to helping people in Waukegan and across Illinois. We have years of experience and a strong record of success. Each member of our team is committed to treating clients with respect and honesty.
Stephen D. Phillips
Stephen D. Phillips is the managing partner at Phillips Law Offices, renowned for securing record verdicts and settlements for personal injury victims in Illinois and beyond. As a past President of the Illinois Trial Lawyers Association and a member of prestigious legal organizations, he is widely respected in the field. Mr. Phillips specializes in personal injury, wrongful death, medical malpractice, and related cases, ensuring clients in Waukegan and across Illinois receive the compensation they deserve. His proven track record and dedication make him a trusted advocate for those seeking justice after serious injuries.
Terrence M. Quinn
Terrence M. Quinn is a dedicated attorney at Phillips Law Offices, focusing on personal injury cases and helping clients in Waukegan and throughout Illinois secure fair compensation. With extensive experience in handling complex injury claims, he is known for his compassionate client service and strong advocacy. Mr. Quinn’s commitment to justice has earned him recognition in the legal community, making him a trusted choice for those seeking compensation after an accident or injury.
Our Client Results
“January 30, 2024 – After 6 years of litigation, Stephen D. Phillips and Phillips Law Offices secured an outstanding $10 million settlement on behalf of a child injured in a harrowing escalator incident at a Chicagoland commercial building. The unfortunate incident occurred when the child bent down on the escalator to pick up a toy he dropped and his hand became caught between the step and the side of the escalator. His hand was dragged down the 42-year-old escalator more than 20 feet while bystanders searched for an emergency stop button that was hidden below the handrail. Shockingly, the escalator lacked a high mount emergency stop button, which allowed the child’s fingers to be continuously twisted and mangled before the escalator stopped moving.”
“Verdict for a 54-year-old man who suffered serious leg injuries following a forklift accident. The defendant offered $100,000 to settle the case.”
“Our client, a journeyman ironworker, was working on a construction project that involved putting additional floors on top of an existing building. As part of that task, the iron workers were assigned to weld 600-pound large metal plates onto vertical columns to support the additional weight being added to the top floors. The area in which our client was forced to work was too small to allow scaffolding or proper access to the columns for the iron workers to safely perform their work. The general contractor refused to correct the conditions or increase the size of the work area because it would cost them too much money. Unfortunately for our client, as an iron worker, if he objects to doing something on a job site, his days of iron working are numbered. Iron workers are expected to “get things done.” Our client injured his shoulder, which required two surgeries and thirteen months of physical therapy.”
“Settlement for the spouse of a 53-year-old truck driver, who died following a collision with the Defendants’ truck. The case was tried before a jury and settled after the closing argument.”
Frequently Asked Questions
What is the statute of limitations for personal injury in Illinois?
In most cases, you have two years from the date of your injury to file a lawsuit. There are some exceptions, so it’s important to talk to a lawyer as soon as possible.
How much is my case worth?
Every case is unique. The value depends on your injuries, medical costs, lost income, and other factors. We’ll review your case and help you understand what compensation you may be able to recover.
What if I was partially at fault?
Illinois law allows you to recover damages even if you were partly at fault, as long as you were less than 50% responsible. Your compensation may be reduced based on your share of the fault.
How long will my case take?
Some cases settle quickly, while others take longer if they go to court. We’ll keep you updated and work to resolve your case as soon as possible.
Contact Waukegan Personal Injury Lawyer Today
If you or your loved one suffered personal injury in Waukegan, IL, call Phillips Law Offices today for a free consultation at (312) 598-0917. We’ll listen to your story, answer your questions, and explain how we can help. There’s no obligation, and you won’t pay us unless we win your case.
You can reach us by phone, fill out our online contact form, or visit our office near Waukegan. We’re here to help you take the next step toward recovery.
Interesting Reads:
The post Waukegan Personal Injury Lawyer appeared first on Phillips Law Offices.